arkon 5dac934cc4 Update dependencies
(cherry picked from commit 96a64c7bd2abbc09a1c99aaf75db87b0d6091b88)
2021-08-27 12:50:36 -04:00

8 lines
206 B
Kotlin

object BuildPluginsVersion {
const val AGP = "7.0.0"
const val KOTLIN = "1.5.21"
const val KOTLINTER = "3.5.0"
const val VERSIONS_PLUGIN = "0.39.0"
const val ABOUTLIB_PLUGIN = "8.9.1"
}