From 819495323ef9f374168289d04f46ab50a4dbed1c Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 12 Mar 2026 22:46:46 +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.4.1=20(1141)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - versionCode: 1140 → 1141 - versionName: 1.4.0 → 1.4.1 - dialog_day_settings.xml 레이아웃 개선 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/build.gradle.kts | 19 +++++------ .../main/res/layout/dialog_day_settings.xml | 32 ++++++++++++++----- version.json | 16 +++------- 3 files changed, 37 insertions(+), 30 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 3c725a0..1f7a641 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -16,18 +16,15 @@ android { namespace = "com.example.shiftalarm" compileSdk = 35 - defaultConfig { - applicationId = "com.example.shiftalarm" - minSdk = 26 - targetSdk = 35 - versionCode = 1140 - versionName = "1.4.0" - versionName = "1.3.0" + defaultConfig { + applicationId = "com.example.shiftalarm" + minSdk = 26 + targetSdk = 35 + versionCode = 1141 + versionName = "1.4.1" - - - testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" - } + testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" + } signingConfigs { create("release") { diff --git a/app/src/main/res/layout/dialog_day_settings.xml b/app/src/main/res/layout/dialog_day_settings.xml index 6c89ca1..98fdd49 100644 --- a/app/src/main/res/layout/dialog_day_settings.xml +++ b/app/src/main/res/layout/dialog_day_settings.xml @@ -56,16 +56,32 @@ - - - - - + + + + + - - - + + +