chore: 버전 1.4.1로 업데이트

- 설정 화면 진입 시 크래시 수정
- AppDatabase 누락된 괄호 수정
- REQUEST_INSTALL_PACKAGES 권한 예외 처리

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
sanjeok77
2026-03-05 07:12:02 +09:00
parent 4060be7395
commit 0d0a341a20
2 changed files with 13 additions and 15 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 = 9 versionCode = 10
versionName = "1.4.0" versionName = "1.4.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {

View File

@@ -1,15 +1,13 @@
{ {
"version": "1.4.0", "version": "1.4.1",
"versionCode": 9, "versionCode": 10,
"minSdk": 31, "minSdk": 31,
"targetSdk": 35, "targetSdk": 35,
"forceUpdate": false, "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": [ "changelog": [
"즐겨찾기 기능 추가 (영구 저장)", "설정 화면 진입 시 크래시 수정",
"키워드 카드 색상 변경 (옅은 붉은색)", "AppDatabase 누락된 괄호 수정",
"index.html 디자인 테마 색상 추가", "REQUEST_INSTALL_PACKAGES 권한 예외 처리"
"즐겨찾기 필터 탭 추가",
"ADB Windows 연결 설정 문서화"
] ]
} }