From d9be3cb66f9cd58a2af371bdfb72828913082bd2 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 5 Aug 2026 13:36:33 +0700 Subject: [PATCH] chore(android): bump version to 0.0.2 (versionCode 2) --- 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 8ae2e54..45662e2 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 1 - versionName "0.0.1" + versionCode 2 + versionName "0.0.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.