From 08722403c79996982247404726eb99e906d5de4a Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 4 Mar 2026 10:58:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=201.3.1=EB=A1=9C=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 4 ++-- version.json | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 19d0c5d..d0281b4 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,8 +24,8 @@ android { applicationId = "com.hotdeal.alarm" minSdk = 31 targetSdk = 35 - versionCode = 5 - versionName = "1.3.0" + versionCode = 6 + versionName = "1.3.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/version.json b/version.json index e17492c..f1347eb 100644 --- a/version.json +++ b/version.json @@ -1,16 +1,16 @@ { - "version": "1.3.0", - "versionCode": 5, + "version": "1.3.1", + "versionCode": 6, "minSdk": 31, "targetSdk": 35, "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": [ - "아이콘 디자인 개선 (알림 벨 + 불꽃)", - "메인 화면 헤더 제거로 화면 넓게 사용", - "설정 화면 알림 설정 UI 대폭 개선", - "키워드 카드 세련된 디자인 적용", - "전체 UI/UX 모던하게 고도화", - "필터 칩 애니메이션 추가" + "키워드 카드 배경 단일화 (2중 배경 제거)", + "내 키워드 배지 디자인 단순화", + "알림 설정 UI 간소화", + "APK 다이렉트 다운로드 기능 추가", + "다운로드 진행률 표시", + "다운로드 완료 시 자동 설치" ] }