2020-08-18 08:45:04 -04:00
|
|
|
ext {
|
|
|
|
minSdkVersion = 21
|
2021-12-22 10:49:49 -05:00
|
|
|
compileSdkVersion = 30
|
|
|
|
targetSdkVersion = 30
|
2020-08-18 08:45:04 -04:00
|
|
|
androidxAppCompatVersion = '1.1.0'
|
|
|
|
androidxCoreVersion = '1.2.0'
|
|
|
|
androidxMaterialVersion = '1.1.0-rc02'
|
|
|
|
androidxBrowserVersion = '1.2.0'
|
|
|
|
androidxLocalbroadcastmanagerVersion = '1.0.0'
|
|
|
|
androidxExifInterfaceVersion = '1.2.0'
|
|
|
|
firebaseMessagingVersion = '20.1.2'
|
|
|
|
playServicesLocationVersion = '17.0.0'
|
|
|
|
junitVersion = '4.12'
|
|
|
|
androidxJunitVersion = '1.1.1'
|
|
|
|
androidxEspressoCoreVersion = '3.2.0'
|
|
|
|
cordovaAndroidVersion = '7.0.0'
|
2021-12-22 10:49:49 -05:00
|
|
|
}
|