mihon/buildSrc/src/main/kotlin/Dependencies.kt

8 lines
206 B
Kotlin
Raw Normal View History

2020-04-25 14:30:14 -04:00
object BuildPluginsVersion {
2021-05-04 22:44:34 -04:00
const val AGP = "4.2.0"
2021-04-06 22:29:56 -04:00
const val KOTLIN = "1.4.32"
const val KOTLINTER = "3.4.0"
2021-03-24 09:26:27 -04:00
const val VERSIONS_PLUGIN = "0.38.0"
2021-04-10 09:48:30 -04:00
const val ABOUTLIB_PLUGIN = "8.8.5"
2020-04-25 14:30:14 -04:00
}