Android 13 (#950)

This commit is contained in:
Emux
2022-08-16 11:27:35 +03:00
committed by GitHub
parent 002877ff5f
commit 7b0a5249b7

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 }