Slight gradle cleanup, plugin updates

This commit is contained in:
TacoTheDank
2020-08-10 22:49:46 -04:00
committed by arkon
parent 67ddf4a5b8
commit 159146e197
3 changed files with 9 additions and 11 deletions

View File

@ -1,10 +1,10 @@
object Versions {
const val KTLINT = "0.36.0"
const val KTLINT = "0.37.2"
}
object BuildPluginsVersion {
const val AGP = "4.0.1"
const val KOTLIN = "1.3.72"
const val KTLINT = "9.2.1"
const val KTLINT_PLUGIN = "9.3.0"
const val VERSIONS_PLUGIN = "0.28.0"
}