update android configuration for capacitor

This commit is contained in:
Tom (plebeius.eth)
2024-10-13 16:29:14 +02:00
parent 73e12ccbae
commit c80fc5a284
9 changed files with 116 additions and 71 deletions
+5 -5
View File
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.2.0'
androidxAppCompatVersion = '1.2.0'
androidxCoordinatorLayoutVersion = '1.1.0'
@@ -10,5 +10,5 @@ ext {
junitVersion = '4.13.1'
androidxJunitVersion = '1.1.2'
androidxEspressoCoreVersion = '3.3.0'
cordovaAndroidVersion = '7.0.0'
}
cordovaAndroidVersion = '10.1.1'
}