6 lignes
145 o
Kotlin
6 lignes
145 o
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val ndk = "22.1.7171670"
|
|
}
|