From dcbc14b8a1aadbf7282f0b5ef85c5cec89c2831f Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 13 Mar 2026 06:49:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20v1.5.4=20(1154)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - versionCode: 1153 → 1154 - versionName: 1.5.3 → 1.5.4 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/build.gradle.kts | 4 ++-- version.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 71e9e7a..f5ea779 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -20,8 +20,8 @@ android { applicationId = "com.example.shiftalarm" minSdk = 26 targetSdk = 35 - versionCode = 1153 - versionName = "1.5.3" + versionCode = 1154 + versionName = "1.5.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/version.json b/version.json index 7a7a754..ffe1c4a 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { - "versionCode": 1153, - "versionName": "1.5.3", + "versionCode": 1154, + "versionName": "1.5.4", "apkUrl": "https://git.webpluss.net/attachments/df8bf0ef-db2a-4e45-ba93-0071760305fb", - "changelog": "v1.5.3: 스와이프 월 이동 버그 수정, 연장근무 표시 개선", + "changelog": "v1.5.4: 토요일 연장근무 기본값 표시, 애니메이션 속도 개선, 다크모드 개선", "forceUpdate": false }