chore: 버전 업데이트 v1.4.4 (1144)

- versionCode: 1143 → 1144
- versionName: 1.4.3 → 1.4.4

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 23:45:35 +09:00
parent fe050808b4
commit b5a6abee97
2 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1143
versionCode = 1144
versionName = "1.4.4"
versionName = "1.4.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -1,7 +1,7 @@
{
"versionCode": 1143,
"versionName": "1.4.3",
"apkUrl": "https://git.webpluss.net/attachments/40d6f89e-58c9-41a2-a4d1-c72784a95b70",
"changelog": "v1.4.3: 달력 레이아웃 1.3.0 버전처럼 복원 (마진 12dp, 고정 높이)",
"forceUpdate": false
"versionCode": 1144,
"versionName": "1.4.4",
"apkUrl": "https://git.webpluss.net/attachments/9658b292-b9fa-4509-b270-706ba6e6fd54",
"changelog": "v1.4.4: 마진 3dp 축소, 연차 최초적용 수정, 휴가관리 자동저장, 연차 표시 개선",
"forceUpdate": false
}