822c0b7c0b
Uniform stock management for healthcare linen rooms: the coordinator app, the phone counter and the staff app, for your own server. Built from 8685140 on 2026-09-13. Licensed under the Functional Source License (FSL-1.1-ALv2).
29 lines
1.2 KiB
Groovy
29 lines
1.2 KiB
Groovy
ext {
|
|
minSdkVersion = 23
|
|
// Play requires new uploads to target a recent API. 36 matches the counter app.
|
|
compileSdkVersion = 36
|
|
targetSdkVersion = 36
|
|
androidxActivityVersion = '1.9.3'
|
|
androidxAppCompatVersion = '1.7.0'
|
|
androidxCoordinatorLayoutVersion = '1.2.0'
|
|
androidxCoreVersion = '1.15.0'
|
|
androidxFragmentVersion = '1.8.5'
|
|
coreSplashScreenVersion = '1.0.1'
|
|
androidxWebkitVersion = '1.12.1'
|
|
junitVersion = '4.13.2'
|
|
androidxJunitVersion = '1.2.1'
|
|
androidxEspressoCoreVersion = '3.6.1'
|
|
cordovaAndroidVersion = '10.1.1'
|
|
|
|
// Kept in step with the counter app's pins even though this project builds without the
|
|
// barcode scanner: scripts/build-staff-aab.sh strips the plugin after `cap sync`, and if
|
|
// that ever stops happening the build should fail loudly on a missing version rather than
|
|
// quietly fall back to a CameraX whose .so files are only 4 KB-aligned.
|
|
mlkitBarcodeScanningVersion = '17.3.0'
|
|
playServicesMlkitBarcodeScanningVersion = '18.3.1'
|
|
androidxCameraCamera2Version = '1.4.2'
|
|
androidxCameraCoreVersion = '1.4.2'
|
|
androidxCameraLifecycleVersion = '1.4.2'
|
|
androidxCameraViewVersion = '1.4.2'
|
|
}
|