chore: 버전 업데이트 v1.5.4 (1154)

- versionCode: 1153 → 1154

- versionName: 1.5.3 → 1.5.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-13 06:49:12 +09:00
parent 46400ae58a
commit dcbc14b8a1
2 changed files with 5 additions and 5 deletions

View File

@@ -20,8 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1153
versionName = "1.5.3"
versionCode = 1154
versionName = "1.5.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}