feat: v1.3.0 - versionCode 기반 업데이트 체크

- 버전 1.2.5 → 1.3.0 (versionCode 1130)
- AppUpdateManager: versionCode로 업데이트 비교
- versionName 비교 로직 제거
- 더 정확한 업데이트 감지

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-02-28 18:50:55 +09:00
parent 597880e807
commit 26fb793ab9
3 changed files with 16 additions and 25 deletions

View File

@@ -20,7 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1125
versionCode = 1130
versionName = "1.3.0"
versionName = "1.2.5"