Target Android 14 (SDK 34) and add permission onboarding step

(cherry picked from commit 9e0068715f3ba3d1627c4b7539b90fb782f8122f)
This commit is contained in:
Ivan Iskandar
2023-12-17 02:09:16 +07:00
committed by arkon
parent 8aaf8df708
commit 13b3bec8ad
4 changed files with 192 additions and 2 deletions

View File

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