From 6f3d8faf257e16441edb6c4cbb174d39f36ee319 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 4 Mar 2026 03:41:27 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=20=EC=97=85?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=8A=B8=20(v1.2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 프로덕션 수준 UI/UX 개선 준비 - 업데이트 체크 기능 강화 - 버전 동기화 수정 --- app/build.gradle.kts | 4 ++-- version.json | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 80e427c..038bf30 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 = 3 - versionName = "1.1.0" + versionCode = 4 + versionName = "1.2.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/version.json b/version.json index 5194eda..43b9935 100644 --- a/version.json +++ b/version.json @@ -1,17 +1,16 @@ { - "version": "1.1.0", - "versionCode": 3, + "version": "1.2.0", + "versionCode": 4, "minSdk": 31, "targetSdk": 35, "forceUpdate": false, "updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases", "changelog": [ - "UI/UX 대폭 개선", - "알림 권한 설정 상세화", - "키워드 매칭 시각화 강화 (별 아이콘)", - "하단 메뉴 제거, 상단 앱바로 이동", - "배터리/데이터 최적화", - "폴링 주기 오타 수정" + "프로덕션 수준 UI/UX 개선", + "업데이트 체크 기능 강화", + "헤더 제거로 화면 공간 확보", + "리마인더 알림 설정 추가", + "버전 동기화 수정" ] } }