Android 13

This commit is contained in:
Emux 2022-08-16 11:00:13 +03:00
parent 002877ff5f
commit c7d95680d0
No known key found for this signature in database
GPG Key ID: 64ED9980896038C3

View File

@ -1,5 +1,5 @@
plugins {
id 'com.android.application' version '7.2.1' apply false
id 'com.android.application' version '7.2.2' apply false
}
allprojects {
@ -19,12 +19,12 @@ allprojects {
}
}
static def androidCompileSdk() { return 31 }
static def androidCompileSdk() { return 33 }
// 14 for Support Library, 16 for sqlite-android
static def androidMinSdk() { return 21 }
static def androidTargetSdk() { return 31 }
static def androidTargetSdk() { return 33 }
static def versionCode() { return 1 }