mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-07 03:48:14 +01:00
8 lines
181 B
Kotlin
8 lines
181 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 30
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val buildTools = "30.0.3"
|
|
const val ndk = "22.1.7171670"
|
|
}
|