Need to convert some services into WorkManager jobs before going to 31 and higher. (cherry picked from commit e22eebfd02e28eb260273d987d60c216aa4a2100)
7 lines
145 B
Kotlin
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"
|
|
}
|