This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/buildSrc/src/main/kotlin/AndroidConfig.kt
arkon e22eebfd02 Target SDK 30
Need to convert some services into WorkManager jobs before going to 31 and higher.
2023-11-28 23:02:33 -05:00

6 lines
145 B
Kotlin

object AndroidConfig {
const val compileSdk = 34
const val minSdk = 23
const val targetSdk = 30
const val ndk = "22.1.7171670"
}