mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 02:38:44 +00:00
try to compile Android apps with and for SDK level 33 instead of 30
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user