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

- 프로덕션 수준 UI/UX 개선 준비
- 업데이트 체크 기능 강화
- 버전 동기화 수정
This commit is contained in:
sanjeok77
2026-03-04 03:41:27 +09:00
parent 745dd1a174
commit 6f3d8faf25
2 changed files with 9 additions and 10 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm"
minSdk = 31
targetSdk = 35
versionCode = 3
versionName = "1.1.0"
versionCode = 4
versionName = "1.2.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {