mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-17 20:29:20 +01:00
b15073fd61
Fixes #7390, at least according to ivaniskandar
7 lines
145 B
Kotlin
7 lines
145 B
Kotlin
object AndroidConfig {
|
|
const val compileSdk = 33
|
|
const val minSdk = 23
|
|
const val targetSdk = 29
|
|
const val ndk = "22.1.7171670"
|
|
}
|