Окончательная миграция на Kotlin DSL

This commit is contained in:
2023-04-08 01:17:02 +03:00
parent 481cd770f4
commit fe2acddc44
20 changed files with 111 additions and 203 deletions
+5 -3
View File
@@ -4,19 +4,21 @@
object Versions {
//app level
const val gradle = "7.2.1"
const val kotlin = "1.8.10"
const val gradle = "7.5"
const val kotlin = "1.8.0"
//libs
val coreKtx = "1.7.0"
val appcompat = "1.3.0-alpha01"
val constraintLayout = "2.0.0-beta8"
val compose = "1.4.4"
val compose = "1.4.1"
//test
val junit = "4.12"
val extJunit = "1.1.1"
val espresso = "3.2.0"
val desugarJdkVersion = "1.1.5"
}