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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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
}