Target SDK 30

Need to convert some services into WorkManager jobs before going to 31 and higher.
This commit is contained in:
arkon
2023-11-28 23:02:33 -05:00
parent 4fcdde4913
commit e22eebfd02
5 changed files with 23 additions and 6 deletions

View File

@ -1,6 +1,6 @@
object AndroidConfig {
const val compileSdk = 34
const val minSdk = 23
const val targetSdk = 29
const val targetSdk = 30
const val ndk = "22.1.7171670"
}