chore: 버전 업데이트 v1.4.1 (1141)

- 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 <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-12 22:46:46 +09:00
parent 5a0f6de646
commit 819495323e
3 changed files with 37 additions and 30 deletions

View File

@@ -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") {