23 lines
840 B
Groovy
23 lines
840 B
Groovy
ext {
|
|
minSdkVersion = 23
|
|
compileSdkVersion = 36
|
|
targetSdkVersion = 36
|
|
androidxActivityVersion = '1.8.0'
|
|
androidxAppCompatVersion = '1.6.1'
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
|
androidxCoreVersion = '1.12.0'
|
|
androidxFragmentVersion = '1.6.2'
|
|
coreSplashScreenVersion = '1.0.1'
|
|
androidxWebkitVersion = '1.9.0'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.1.5'
|
|
androidxEspressoCoreVersion = '3.5.1'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
|
|
// Pin CameraX to 1.4.2: first stable line shipping a 16 KB page-size-aligned
|
|
// libimage_processing_util_jni.so. The barcode-scanning plugin still defaults to 1.1.0.
|
|
androidxCameraCamera2Version = '1.4.2'
|
|
androidxCameraCoreVersion = '1.4.2'
|
|
androidxCameraLifecycleVersion = '1.4.2'
|
|
androidxCameraViewVersion = '1.4.2'
|
|
} |