From cf486845c905a63e4a1f85d2993ed4667ad3050e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Nicolas <6371790+pynicolas@users.noreply.github.com> Date: Tue, 8 Jul 2025 11:20:52 +0200 Subject: [PATCH] Prepare release 0.1.1 --- 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 4243577..9e2b2e0 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "org.mydomain.myscan" minSdk = 24 targetSdk = 35 - versionCode = 1 - versionName = "0.1" + versionCode = 2 + versionName = "0.1.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }