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>
This commit is contained in:
2026-03-13 00:54:05 +09:00
parent cce9c48345
commit 7774c20a45
2 changed files with 6 additions and 6 deletions

View File

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