1
0
silverbullet/mobile/android/variables.gradle
Joe McCall a77dec8346
Update Android build (#382)
* Update the SDK compile version to 33 to fix dependency issues
* Update the Build plugin as a dependency

Co-authored-by: Joe McCall <joemccall@intrepid-networks.com>
2023-04-05 09:58:32 +02:00

16 lines
500 B
Groovy

ext {
minSdkVersion = 22
compileSdkVersion = 33
targetSdkVersion = 32
androidxActivityVersion = '1.4.0'
androidxAppCompatVersion = '1.4.2'
androidxCoordinatorLayoutVersion = '1.2.0'
androidxCoreVersion = '1.8.0'
androidxFragmentVersion = '1.4.1'
coreSplashScreenVersion = '1.0.0-rc01'
androidxWebkitVersion = '1.4.0'
junitVersion = '4.13.2'
androidxJunitVersion = '1.1.3'
androidxEspressoCoreVersion = '3.4.0'
cordovaAndroidVersion = '10.1.1'
}