mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-22 23:09:49 -04:00
18 lines
537 B
Groovy
18 lines
537 B
Groovy
ext {
|
|
minSdkVersion = 22
|
|
firebaseMessagingVersion = '23.0.5'
|
|
compileSdkVersion = 34
|
|
targetSdkVersion = 34
|
|
androidxActivityVersion = '1.7.0'
|
|
androidxAppCompatVersion = '1.7.0'
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
|
androidxCoreVersion = '1.10.0'
|
|
androidxFragmentVersion = '1.5.6'
|
|
coreSplashScreenVersion = '1.0.1'
|
|
androidxWebkitVersion = '1.6.1'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.2.1'
|
|
androidxEspressoCoreVersion = '3.6.1'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
}
|