Окончательная миграция на 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
+1 -1
View File
@@ -4,7 +4,7 @@ object AppConfig {
const val compileSdk = 33
const val minSdk = 21
const val targetSdk = 32
const val targetSdk = 33
const val versionCode = 1
const val versionName = "1.0.0"
const val buildToolsVersion = "29.0.3"