Update to Gradle 7

This commit is contained in:
arkon
2021-04-10 09:48:30 -04:00
parent f3660d88dd
commit 531cd99247
3 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@ object BuildPluginsVersion {
const val KOTLIN = "1.4.32"
const val KOTLINTER = "3.4.0"
const val VERSIONS_PLUGIN = "0.38.0"
const val ABOUTLIB_PLUGIN = "8.8.4"
const val ABOUTLIB_PLUGIN = "8.8.5"
}