chore: version.json 업데이트 (v1.6.0)

This commit is contained in:
sanjeok77
2026-03-05 11:09:16 +09:00
parent eee4617989
commit 1048771c63

View File

@@ -1,14 +1,14 @@
{
"version": "1.5.0",
"versionCode": 11,
"minSdk": 31,
"targetSdk": 35,
"forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/ca080f95-1084-424d-93e1-e84419c251dc",
"changelog": [
"Edge-to-edge UI 적용 (상태바/네비게이션바 투명)",
"내 키워드 필터 추가",
"백그라운드에서 포어그라운드 전환 시 자동 새로고침",
"WindowInsets 처리로 시스템 바 가림 해결"
]
"version": "1.6.0",
"versionCode": 12,
"minSdk": 31,
"targetSdk": 35,
"forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/0482dc08-5216-4223-beda-2887501578d8",
"changelog": [
"Pull to Refresh 기능 추가 (아래로 당겨서 새로고침)",
"EdgeToEdge 개선 (투명 상태바/네비게이션바)",
"출처를 알 수 없는 앱 설치 권한 추가",
"WindowInsets 처리 개선"
]
}