ThreadCount Community edition

Uniform stock management for healthcare linen rooms: the coordinator app, the phone counter and the staff app, for your own server. Built from e2d6d42 on 2026-09-13. Licensed under the Functional Source License (FSL-1.1-ALv2).
This commit is contained in:
ThreadCount
2026-09-13 11:16:36 +10:00
commit 057da00fd2
406 changed files with 47822 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
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'
}