Prepare release: v1.12.0

This commit is contained in:
Pierre-Yves Nicolas
2026-01-25 19:08:39 +01:00
parent a505f0868b
commit 81f45ba469
3 changed files with 10 additions and 2 deletions

View File

@@ -26,8 +26,8 @@ android {
// https://ai.google.dev/edge/litert/android/index
minSdk = 26
targetSdk = 36
versionCode = 43 // increment by 3 because of ABI-specific APKs
versionName = "1.11.0"
versionCode = 45 // increment by 3 because of ABI-specific APKs
versionName = "1.12.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,4 @@
Improved camera screen experience:
- More stable document detection
- Tap-to-focus
- Torch stays enabled between scans

View File

@@ -0,0 +1,4 @@
Improved camera screen experience:
- More stable document detection
- Tap-to-focus
- Torch stays enabled between scans