From 73e954c8f4b8e915534e647e7fd3e08d673f59d4 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 13 Mar 2026 06:33:34 +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.3=20(1153)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - versionCode: 1152 → 1153 - versionName: 1.5.2 → 1.5.3 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 0baabd1..71e9e7a 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 = 1152 - versionName = "1.5.2" + versionCode = 1153 + versionName = "1.5.3" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } diff --git a/version.json b/version.json index d360a4e..a73762a 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { - "versionCode": 1152, - "versionName": "1.5.2", + "versionCode": 1153, + "versionName": "1.5.3", "apkUrl": "https://git.webpluss.net/attachments/406e47e1-3ed6-4d5f-bf6f-38923ba489e4", - "changelog": "v1.5.2: 달력 스와이프 애니메이션 버그 수정, 토요일 연장근무 계산 표시, 사용 설명서 개선", + "changelog": "v1.5.3: 스와이프 월 이동 버그 수정, 연장근무 표시 개선", "forceUpdate": false }