52f52f257e
Just using the same version as J2K for now, we can probably go higher though. (cherry picked from commit f20980b4c9c455703c80b120a39063e1e9a3df0a)
7 lines
145 B
Kotlin
7 lines
145 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 23
|
|
const val targetSdk = 34
|
|
const val ndk = "23.1.7779620"
|
|
}
|