e22eebfd02
Need to convert some services into WorkManager jobs before going to 31 and higher.
6 lines
145 B
Kotlin
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"
|
|
}
|