(cherry picked from commit 967df6f7a3ee7cdd618027801acf7ccb4fbda6a1) # Conflicts: # app/build.gradle
11 lines
215 B
Kotlin
11 lines
215 B
Kotlin
object Versions {
|
|
const val KTLINT = "0.36.0"
|
|
}
|
|
|
|
object BuildPluginsVersion {
|
|
const val AGP = "4.0.1"
|
|
const val KOTLIN = "1.4.0"
|
|
const val KTLINT = "9.2.1"
|
|
const val VERSIONS_PLUGIN = "0.28.0"
|
|
}
|