arkon 865ec2e47b Target SDK 30
Need to convert some services into WorkManager jobs before going to 31 and higher.

(cherry picked from commit e22eebfd02e28eb260273d987d60c216aa4a2100)
2023-12-24 11:47:09 -05:00

7 lines
145 B
Kotlin

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