SimpleQR/android/variables.gradle

17 lines
497 B
Groovy
Raw Normal View History

2022-05-24 13:26:36 +08:00
ext {
2022-09-23 15:27:03 +08:00
minSdkVersion = 22
2023-06-18 12:10:48 +08:00
compileSdkVersion = 33
targetSdkVersion = 33
androidxActivityVersion = '1.7.0'
androidxAppCompatVersion = '1.6.1'
2022-09-23 15:27:03 +08:00
androidxCoordinatorLayoutVersion = '1.2.0'
2023-06-18 12:10:48 +08:00
androidxCoreVersion = '1.10.0'
androidxFragmentVersion = '1.5.6'
2022-09-23 15:27:03 +08:00
junitVersion = '4.13.2'
2023-06-18 12:10:48 +08:00
androidxJunitVersion = '1.1.5'
androidxEspressoCoreVersion = '3.5.1'
2022-09-23 15:27:03 +08:00
cordovaAndroidVersion = '10.1.1'
2023-06-18 12:10:48 +08:00
coreSplashScreenVersion = '1.0.0'
androidxWebkitVersion = '1.6.1'
2022-05-24 13:26:36 +08:00
}