mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-19 13:39:02 +01:00
7 lines
146 B
Kotlin
7 lines
146 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 26
|
|
const val targetSdk = 34
|
|
const val ndk = "26.1.10909125"
|
|
}
|