Update Android Gradle plugin for AS 4.0

This commit is contained in:
arkon
2020-05-28 17:40:16 -04:00
parent 9a082d4df1
commit 73dc51b3f6
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ object Versions {
}
object BuildPluginsVersion {
const val AGP = "3.6.3"
const val AGP = "4.0.0"
const val KOTLIN = "1.3.72"
const val KTLINT = "9.2.1"
const val VERSIONS_PLUGIN = "0.28.0"