chore: 버전 1.3.3으로 업데이트 (무한 업데이트 토스트 수정)

This commit is contained in:
sanjeok77
2026-03-05 00:38:43 +09:00
parent de808cfbcf
commit 8c674586bc
2 changed files with 5 additions and 9 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm" applicationId = "com.hotdeal.alarm"
minSdk = 31 minSdk = 31
targetSdk = 35 targetSdk = 35
versionCode = 7 versionCode = 8
versionName = "1.3.2" versionName = "1.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -1,15 +1,11 @@
{ {
"version": "1.3.2", "version": "1.3.3",
"versionCode": 7, "versionCode": 8,
"minSdk": 31, "minSdk": 31,
"targetSdk": 35, "targetSdk": 35,
"forceUpdate": false, "forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/56501b70-5ba1-4bdb-963f-0f0fbd370fb3", "updateUrl": "https://git.webpluss.net/attachments/56501b70-5ba1-4bdb-963f-0f0fbd370fb3",
"changelog": [ "changelog": [
"설정 화면 권한 체크 개선 (알림, 리마인더, 앱 설치)", "versionCode 8로 업데이트 (무한 업데이트 토스트 수정)"
"APK 다운로드 진행률 0% 문제 해결",
"BroadcastReceiver로 다운로드 완료 감지",
"다운로드 실패 처리 추가",
"IO 디스패처에서 안전한 상태 조회"
] ]
} }