diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4207016..fee5c78 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -25,8 +25,8 @@ android { // https://ai.google.dev/edge/litert/android/index minSdk = 26 targetSdk = 36 - versionCode = 34 // increment by 2 because of ABI-specific APKs - versionName = "1.7.0" + versionCode = 36 // increment by 2 because of ABI-specific APKs + versionName = "1.8.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/metadata/en-US/changelogs/35.txt b/metadata/en-US/changelogs/35.txt new file mode 100644 index 0000000..7223e38 --- /dev/null +++ b/metadata/en-US/changelogs/35.txt @@ -0,0 +1 @@ +Improved color vs grayscale detection for more accurate automatic processing diff --git a/metadata/en-US/changelogs/36.txt b/metadata/en-US/changelogs/36.txt new file mode 100644 index 0000000..7223e38 --- /dev/null +++ b/metadata/en-US/changelogs/36.txt @@ -0,0 +1 @@ +Improved color vs grayscale detection for more accurate automatic processing