2025-01-14 19:57:32 -06:00
|
|
|
ext {
|
2025-03-17 21:18:04 +00:00
|
|
|
minSdkVersion = 23
|
|
|
|
compileSdkVersion = 35
|
|
|
|
targetSdkVersion = 35
|
|
|
|
androidxActivityVersion = '1.9.2'
|
|
|
|
androidxAppCompatVersion = '1.7.0'
|
2025-01-14 19:57:32 -06:00
|
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
2025-03-17 21:18:04 +00:00
|
|
|
androidxCoreVersion = '1.15.0'
|
|
|
|
androidxFragmentVersion = '1.8.4'
|
2025-01-14 19:57:32 -06:00
|
|
|
coreSplashScreenVersion = '1.0.1'
|
2025-03-17 21:18:04 +00:00
|
|
|
androidxWebkitVersion = '1.12.1'
|
2025-01-14 19:57:32 -06:00
|
|
|
junitVersion = '4.13.2'
|
2025-03-17 21:18:04 +00:00
|
|
|
androidxJunitVersion = '1.2.1'
|
|
|
|
androidxEspressoCoreVersion = '3.6.1'
|
2025-01-14 19:57:32 -06:00
|
|
|
cordovaAndroidVersion = '10.1.1'
|
|
|
|
}
|