mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2025-01-06 21:28:14 +01:00
c5e8c9f01f
This reverts commit 64c50c1283
.
Forgot we need to manage app update checks manually...
7 lines
145 B
Kotlin
7 lines
145 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 34
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val ndk = "22.1.7171670"
|
|
}
|