mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 07:19:50 -04:00
23 lines
753 B
Groovy
23 lines
753 B
Groovy
ext {
|
|
minSdkVersion = 22
|
|
compileSdkVersion = 32
|
|
targetSdkVersion = 32
|
|
androidxAppCompatVersion = '1.4.2'
|
|
androidxCoreVersion = '1.8.0'
|
|
androidxMaterialVersion = '1.6.1'
|
|
androidxBrowserVersion = '1.4.0'
|
|
androidxLocalbroadcastmanagerVersion = '1.0.0'
|
|
androidxExifInterfaceVersion = '1.3.3'
|
|
firebaseMessagingVersion = '23.0.5'
|
|
playServicesLocationVersion = '20.0.0'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.1.3'
|
|
androidxEspressoCoreVersion = '3.4.0'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
androidxActivityVersion = '1.4.0'
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
|
androidxFragmentVersion = '1.4.1'
|
|
coreSplashScreenVersion = '1.0.0-rc01'
|
|
androidxWebkitVersion = '1.4.0'
|
|
}
|