fix: 키워드 카드 디자인 단순화 및 APK 다이렉트 다운로드 구현

- 키워드 카드 배경 단일화 (2중 배경 제거)
- '내 키워드' 배지 디자인 단순화
- 알림 설정 UI 간소화
- APK 다이렉트 다운로드 기능 추가
- FileProvider 설정 추가
- version.json updateUrl을 실제 APK 다운로드 링크로 변경
This commit is contained in:
sanjeok77
2026-03-04 09:04:33 +09:00
parent 324f68256c
commit f78647200c
7 changed files with 297 additions and 201 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<paths>
<external-files-path
name="downloads"
path="Download" />
<cache-path
name="cache"
path="." />
<files-path
name="files"
path="." />
</paths>