This commit is contained in:
Pieter Vander Vennet 2024-11-18 20:41:53 +01:00
parent 0cb1cbb35d
commit 9102d6ef87
6 changed files with 64 additions and 50 deletions

View file

@ -1,5 +1,5 @@
ext {
minSdkVersion = 22
minSdkVersion = 24
compileSdkVersion = 34
targetSdkVersion = 34
androidxActivityVersion = '1.8.0'
@ -13,4 +13,4 @@ ext {
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
cordovaAndroidVersion = '10.1.1'
}
}