mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-29 17:19:02 +03:00
Update to Kotlin 1.4.10
This commit is contained in:
parent
9f260c3513
commit
21ddae6a86
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ object Versions {
|
||||||
|
|
||||||
object BuildPluginsVersion {
|
object BuildPluginsVersion {
|
||||||
const val AGP = "4.0.1"
|
const val AGP = "4.0.1"
|
||||||
const val KOTLIN = "1.4.0"
|
const val KOTLIN = "1.4.10"
|
||||||
const val KTLINT = "9.2.1"
|
const val KTLINT = "9.2.1"
|
||||||
const val VERSIONS_PLUGIN = "0.28.0"
|
const val VERSIONS_PLUGIN = "0.28.0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue