From d63c6997c9afdc339b92461f716b189c019230b1 Mon Sep 17 00:00:00 2001 From: ByungCheol Date: Tue, 7 Jul 2026 23:54:53 +0900 Subject: [PATCH] =?UTF-8?q?build(android):=20versionCode=205,=20versionNam?= =?UTF-8?q?e=201.0.4=20=E2=80=94=20Play=20Store=20v5=20AAB=20=EB=B9=8C?= =?UTF-8?q?=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index bf39d19..71b0e61 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ android { applicationId "kr.sblog.slimbudget" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 4 - versionName "1.0.3" + versionCode 5 + versionName "1.0.4" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.