From a24f45d58d362f6a2236eff43b9d6a38f9ea1970 Mon Sep 17 00:00:00 2001 From: rimtty Date: Mon, 14 Sep 2026 20:26:03 +0900 Subject: [PATCH] chore(android): bump to 0.1.1 (2) for the #129-rule redistribution (#132) --- android/app/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 68c1968..d642985 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -13,8 +13,8 @@ android { applicationId = "jp.rimtty.codematch" minSdk = 31 targetSdk = 37 - versionCode = 1 - versionName = "0.1.0" + versionCode = 2 + versionName = "0.1.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {