From 21b893731f090a37ff9cb5b7fbcd4a0b5a03aaff Mon Sep 17 00:00:00 2001 From: Pierre-Yves Nicolas <6371790+pynicolas@users.noreply.github.com> Date: Tue, 16 Sep 2025 11:50:51 +0200 Subject: [PATCH] Prepare release: v1.1.0 --- app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 316fbb8..541a0db 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { // https://ai.google.dev/edge/litert/android/index minSdk = 26 targetSdk = 35 - versionCode = 17 // increment by 10 so that ABI-specific APKs can use versionCode +1 and +2 - versionName = "1.0.0" + versionCode = 20 // increment by 10 so that ABI-specific APKs can use versionCode +1 and +2 + versionName = "1.1.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }