Update to Kotlin 1.4.10

(cherry picked from commit 21ddae6a86)
This commit is contained in:
arkon
2020-09-10 18:08:41 -04:00
committed by Jobobby04
parent a4578611d7
commit 3d6f8ddd13
+1 -1
View File
@@ -4,7 +4,7 @@ object Versions {
object BuildPluginsVersion {
const val AGP = "4.0.1"
const val KOTLIN = "1.4.0"
const val KOTLIN = "1.4.10"
const val KTLINT = "9.2.1"
const val VERSIONS_PLUGIN = "0.28.0"
}