android-wrapper/variables.gradle

17 lines
498 B
Groovy
Raw Normal View History

2024-11-11 23:00:13 +01:00
ext {
2025-01-11 02:48:14 +01:00
minSdkVersion = 33
2025-07-06 20:22:40 +02:00
compileSdkVersion = 35
targetSdkVersion = 35
androidxActivityVersion = '1.9.2'
androidxAppCompatVersion = '1.7.0'
2024-11-11 23:00:13 +01:00
androidxCoordinatorLayoutVersion = '1.2.0'
2025-07-06 20:22:40 +02:00
androidxCoreVersion = '1.15.0'
androidxFragmentVersion = '1.8.4'
2024-11-11 23:00:13 +01:00
coreSplashScreenVersion = '1.0.1'
2025-07-06 20:22:40 +02:00
androidxWebkitVersion = '1.12.1'
2024-11-11 23:00:13 +01:00
junitVersion = '4.13.2'
2025-07-06 20:22:40 +02:00
androidxJunitVersion = '1.2.1'
androidxEspressoCoreVersion = '3.6.1'
2024-11-11 23:00:13 +01:00
cordovaAndroidVersion = '10.1.1'
2024-11-18 20:41:53 +01:00
}