From 20dbeb191f6d56520d319fde2b5273203db55e79 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 19 Aug 2026 16:33:45 +0700 Subject: [PATCH] chore(android): bump version to 0.1.1 (versionCode 5) Play rejects duplicate versionCodes. Still an internal-track build, so 0.1.1 rather than 1.0.0. Nothing in the app itself changed since v0.1.0 -- the release carries the toolchain migration from pnpm to npm plus the plans and publishing docs consolidation. --- android/android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/android/app/build.gradle b/android/android/app/build.gradle index ec94ba8..f639b53 100644 --- a/android/android/app/build.gradle +++ b/android/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.miti99.loto" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 4 - versionName "0.1.0" + versionCode 5 + versionName "0.1.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.