chore: 버전 1.3.2로 업데이트

This commit is contained in:
sanjeok77
2026-03-04 23:52:12 +09:00
parent fb4f5e9ef4
commit de808cfbcf
2 changed files with 10 additions and 11 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 = 6 versionCode = 7
versionName = "1.3.1" versionName = "1.3.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -1,16 +1,15 @@
{ {
"version": "1.3.1", "version": "1.3.2",
"versionCode": 6, "versionCode": 7,
"minSdk": 31, "minSdk": 31,
"targetSdk": 35, "targetSdk": 35,
"forceUpdate": false, "forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/9baa7f62-7666-4283-970d-ff0e536359c7", "updateUrl": "https://git.webpluss.net/attachments/56501b70-5ba1-4bdb-963f-0f0fbd370fb3",
"changelog": [ "changelog": [
"키워드 카드 배경 단일화 (2중 배경 제거)", "설정 화면 권한 체크 개선 (알림, 리마인더, 앱 설치)",
"내 키워드 배지 디자인 단순화", "APK 다운로드 진행률 0% 문제 해결",
"알림 설정 UI 간소화", "BroadcastReceiver로 다운로드 완료 감지",
"APK 다이렉트 다운로드 기능 추가", "다운로드 실패 처리 추가",
"다운로드 진행률 표시", "IO 디스패처에서 안전한 상태 조회"
"다운로드 완료 시 자동 설치"
] ]
} }