2020-08-18 08:45:04 -04:00
|
|
|
ext {
|
2024-02-28 00:53:24 +00:00
|
|
|
minSdkVersion = 22
|
|
|
|
firebaseMessagingVersion = '23.0.5'
|
2024-07-08 16:06:29 -05:00
|
|
|
compileSdkVersion = 34
|
|
|
|
targetSdkVersion = 34
|
2024-02-29 15:21:26 +00:00
|
|
|
androidxActivityVersion = '1.7.0'
|
2024-07-09 18:03:33 -05:00
|
|
|
androidxAppCompatVersion = '1.7.0'
|
2024-02-29 15:21:26 +00:00
|
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
|
|
|
androidxCoreVersion = '1.10.0'
|
|
|
|
androidxFragmentVersion = '1.5.6'
|
|
|
|
coreSplashScreenVersion = '1.0.1'
|
|
|
|
androidxWebkitVersion = '1.6.1'
|
2024-02-28 00:53:24 +00:00
|
|
|
junitVersion = '4.13.2'
|
2024-07-09 18:03:33 -05:00
|
|
|
androidxJunitVersion = '1.2.1'
|
|
|
|
androidxEspressoCoreVersion = '3.6.1'
|
2024-02-28 00:53:24 +00:00
|
|
|
cordovaAndroidVersion = '10.1.1'
|
2021-12-22 10:49:49 -05:00
|
|
|
}
|