Target SDK 30

Need to convert some services into WorkManager jobs before going to 31 and higher.

(cherry picked from commit e22eebfd02e28eb260273d987d60c216aa4a2100)
This commit is contained in:
arkon
2023-11-28 23:02:33 -05:00
committed by Jobobby04
parent ab63f6036c
commit 865ec2e47b
5 changed files with 23 additions and 6 deletions
+1 -1
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"
}