From 296e254d9dbdb9c63339860d8989c420fe930dd9 Mon Sep 17 00:00:00 2001 From: Timmy Date: Fri, 17 Apr 2026 13:16:00 +0800 Subject: [PATCH] =?UTF-8?q?bump=20Android=20=E5=88=B0=20v1.0.1=EF=BC=88TWD?= =?UTF-8?q?=20=E6=94=B9=E7=82=BA=E6=95=B4=E6=95=B8=E9=A1=AF=E7=A4=BA?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 3f94ac0..0161cca 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -19,8 +19,8 @@ android { applicationId = "tw.local.botrates" minSdk = 26 targetSdk = 34 - versionCode = 1 - versionName = "1.0" + versionCode = 2 + versionName = "1.0.1" } compileOptions {