mirror of
https://github.com/mihonapp/mihon.git
synced 2024-12-01 22:53:32 -05:00
6 lines
145 B
Kotlin
6 lines
145 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 31
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val ndk = "22.1.7171670"
|
|
}
|