mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 19:27:25 +01:00
11 lines
216 B
Kotlin
11 lines
216 B
Kotlin
|
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"
|
||
|
}
|