chore: 버전 1.3.1로 업데이트

This commit is contained in:
sanjeok77
2026-03-04 10:58:12 +09:00
parent f78647200c
commit 08722403c7
2 changed files with 11 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 = 5 versionCode = 6
versionName = "1.3.0" versionName = "1.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -1,16 +1,16 @@
{ {
"version": "1.3.0", "version": "1.3.1",
"versionCode": 5, "versionCode": 6,
"minSdk": 31, "minSdk": 31,
"targetSdk": 35, "targetSdk": 35,
"forceUpdate": false, "forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/02ab65b3-22f3-4f8e-b422-6c44588764b0", "updateUrl": "https://git.webpluss.net/attachments/9baa7f62-7666-4283-970d-ff0e536359c7",
"changelog": [ "changelog": [
"아이콘 디자인 개선 (알림 벨 + 불꽃)", "키워드 카드 배경 단일화 (2중 배경 제거)",
"메인 화면 헤더 제거로 화면 넓게 사용", "내 키워드 배지 디자인 단순화",
"설정 화면 알림 설정 UI 대폭 개선", "알림 설정 UI 간소화",
"키워드 카드 세련된 디자인 적용", "APK 다이렉트 다운로드 기능 추가",
"전체 UI/UX 모던하게 고도화", "다운로드 진행률 표시",
"필터 칩 애니메이션 추가" "다운로드 완료 시 자동 설치"
] ]
} }