1 Commits

Author SHA1 Message Date
7774c20a45 chore: 버전 업데이트 v1.4.9 (1149)
- versionCode: 1148 → 1149
- versionName: 1.4.8 → 1.4.9

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-13 00:54:05 +09:00
2 changed files with 6 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId = "com.example.shiftalarm" applicationId = "com.example.shiftalarm"
minSdk = 26 minSdk = 26
targetSdk = 35 targetSdk = 35
versionCode = 1148 versionCode = 1149
versionName = "1.4.8" versionName = "1.4.9"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@@ -1,7 +1,7 @@
{ {
"versionCode": 1148, "versionCode": 1149,
"versionName": "1.4.8", "versionName": "1.4.9",
"apkUrl": "https://git.webpluss.net/attachments/b84726d9-cebb-4ffe-a452-6f0aefbcce93", "apkUrl": "https://git.webpluss.net/attachments/b8f51fa6-d26c-404a-b798-ee1c847a2be0",
"changelog": "v1.4.8: 달력 월 이동 시 부드러운 화면 전환 애니메이션 추가", "changelog": "v1.4.9: 버전 업데이트",
"forceUpdate": false "forceUpdate": false
} }