Update top level project build scripts

This commit is contained in:
arkon
2020-04-25 14:30:14 -04:00
parent 3f63b320c4
commit 81b2dfd9d0
6 changed files with 74 additions and 21 deletions

View File

@ -0,0 +1,10 @@
object Versions {
const val KTLINT = "0.36.0"
}
object BuildPluginsVersion {
const val AGP = "3.6.3"
const val KOTLIN = "1.3.72"
const val KTLINT = "9.2.1"
const val VERSIONS_PLUGIN = "0.28.0"
}