mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 09:11:59 +01:00
b3471234ad
* Update NDK * Utilize more KTX extensions
8 lines
181 B
Kotlin
8 lines
181 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 29
|
|
const val minSdk = 21
|
|
const val targetSdk = 29
|
|
const val buildTools = "30.0.3"
|
|
const val ndk = "22.1.7171670"
|
|
}
|