mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-22 10:31:48 +01:00
7 lines
146 B
Kotlin
7 lines
146 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 23
|
|
const val targetSdk = 34
|
|
const val ndk = "26.1.10909125"
|
|
}
|