Target Android 14 (#17144)

This commit is contained in:
arkon
2023-07-16 16:21:07 -04:00
committed by GitHub
parent 08c99ded38
commit 1674bf1d6e

View File

@@ -1,5 +1,5 @@
object AndroidConfig {
const val compileSdk = 33
const val compileSdk = 34
const val minSdk = 21
const val targetSdk = 33
const val targetSdk = 34
}