From 0d0a341a2074f4b8d10f0c45f9b617f407fae1a6 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 5 Mar 2026 07:12:02 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=201.4.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 - 설정 화면 진입 시 크래시 수정 - AppDatabase 누락된 괄호 수정 - REQUEST_INSTALL_PACKAGES 권한 예외 처리 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/build.gradle.kts | 4 ++-- version.json | 24 +++++++++++------------- 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d021f65..e19b8b2 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 = 9 - versionName = "1.4.0" + versionCode = 10 + versionName = "1.4.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/version.json b/version.json index a1fa9e3..6225812 100644 --- a/version.json +++ b/version.json @@ -1,15 +1,13 @@ { - "version": "1.4.0", - "versionCode": 9, - "minSdk": 31, - "targetSdk": 35, - "forceUpdate": false, - "updateUrl": "https://git.webpluss.net/attachments/9a2bf42f-ec88-4943-93fe-5283bb0265d6", - "changelog": [ - "즐겨찾기 기능 추가 (영구 저장)", - "키워드 카드 색상 변경 (옅은 붉은색)", - "index.html 디자인 테마 색상 추가", - "즐겨찾기 필터 탭 추가", - "ADB Windows 연결 설정 문서화" - ] + "version": "1.4.1", + "versionCode": 10, + "minSdk": 31, + "targetSdk": 35, + "forceUpdate": false, + "updateUrl": "https://git.webpluss.net/attachments/9a2bf42f-ec88-4943-93fe-5283bb0265d6", + "changelog": [ + "설정 화면 진입 시 크래시 수정", + "AppDatabase 누락된 괄호 수정", + "REQUEST_INSTALL_PACKAGES 권한 예외 처리" + ] }