Update Android Gradle plugin for Android Studio 4.0.1

(cherry picked from commit 13a5662a846395c422e69edaf61d55e4fc9f4531)
This commit is contained in:
arkon 2020-07-16 22:45:22 -04:00 committed by Jobobby04
parent 8de67c49bc
commit 7a97d6f20d

View File

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