mirror of
https://github.com/mihonapp/mihon.git
synced 2024-12-04 10:58:00 -05:00
6 lines
146 B
Kotlin
6 lines
146 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 26
|
|
const val targetSdk = 34
|
|
const val ndk = "26.1.10909125"
|
|
}
|