c5e8c9f01f
This reverts commit 64c50c1283
.
Forgot we need to manage app update checks manually...
6 lines
145 B
Kotlin
6 lines
145 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val ndk = "22.1.7171670"
|
|
}
|