Prepare release: v1.11.0

This commit is contained in:
Pierre-Yves Nicolas
2026-01-18 11:42:53 +01:00
parent 2acecfdffb
commit 2722f2c34a
3 changed files with 8 additions and 2 deletions

View File

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

View File

@@ -0,0 +1,3 @@
- New setting to choose the image quality of exported files
- New option to report issues with the last captured image
- Added Chinese (Traditional) translation

View File

@@ -0,0 +1,3 @@
- New setting to choose the image quality of exported files
- New option to report issues with the last captured image
- Added Chinese (Traditional) translation