mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 17:39:19 +01:00
e2054a0ab7
* Update buildTools and NDK * Fix deprecated Parcelize
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.0.7026061"
|
|
}
|