arkon 354c61cf59 Update AGP and AboutLibraries
(cherry picked from commit 3b49289cfb1b3f0822bc7319759a299c2c3b039b)
2021-05-28 14:36:41 -04:00

8 lines
206 B
Kotlin

object BuildPluginsVersion {
const val AGP = "4.2.1"
const val KOTLIN = "1.4.32"
const val KOTLINTER = "3.4.0"
const val VERSIONS_PLUGIN = "0.38.0"
const val ABOUTLIB_PLUGIN = "8.8.6"
}