try to compile Android apps with and for SDK level 33 instead of 30

This commit is contained in:
Axel Uhl
2023-11-15 13:34:59 +01:00
parent c57f164157
commit 604edcc297
+2 -2
View File
@@ -50,9 +50,9 @@ allprojects {
ext {
// regular
buildTools = "30.0.3"
compileSdk = 31
compileSdk = 33
minSdk = 16
targetSdk = 31
targetSdk = 33
sourceCompatibilityVersion = JavaVersion.VERSION_1_8
targetCompatibilityVersion = JavaVersion.VERSION_1_8