From da9b69220acb91c010b85ad7ecb0dd029f5c0e9c Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 5 Mar 2026 04:20:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=201.4.0=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=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 - 즐겨찾기 기능 추가 - 키워드 카드 색상 변경 - index.html 디자인 테마 색상 추가 - ADB Windows 연결 설정 문서화 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/build.gradle.kts | 4 ++-- version.json | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b9e01af..d021f65 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 = 8 - versionName = "1.3.3" + versionCode = 9 + versionName = "1.4.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/version.json b/version.json index 61e0404..a1fa9e3 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,15 @@ { - "version": "1.3.3", - "versionCode": 8, + "version": "1.4.0", + "versionCode": 9, "minSdk": 31, "targetSdk": 35, "forceUpdate": false, - "updateUrl": "https://git.webpluss.net/attachments/9a2bf42f-ec88-4943-93fe-5283bb0265d6", + "updateUrl": "https://git.webpluss.net/attachments/9a2bf42f-ec88-4943-93fe-5283bb0265d6", "changelog": [ - "versionCode 8로 업데이트 (무한 업데이트 토스트 수정)" + "즐겨찾기 기능 추가 (영구 저장)", + "키워드 카드 색상 변경 (옅은 붉은색)", + "index.html 디자인 테마 색상 추가", + "즐겨찾기 필터 탭 추가", + "ADB Windows 연결 설정 문서화" ] }