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

@@ -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 권한 예외 처리"
]
}