Prepare release: v1.8.0

This commit is contained in:
Pierre-Yves Nicolas
2025-12-10 18:22:05 +01:00
parent fe91f3e241
commit 8d87a8a430
3 changed files with 4 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 = 34 // increment by 2 because of ABI-specific APKs versionCode = 36 // increment by 2 because of ABI-specific APKs
versionName = "1.7.0" versionName = "1.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -0,0 +1 @@
Improved color vs grayscale detection for more accurate automatic processing

View File

@@ -0,0 +1 @@
Improved color vs grayscale detection for more accurate automatic processing