From 0dffdce2f2e658460ffc0a87b53ea83ab9a76147 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 1 Apr 2026 17:45:52 +0900 Subject: [PATCH] Update version.json to v1.7.7 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index 2908b33..dab8567 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 118, - "versionName": "1.7.6", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.7.6/app-release.apk", - "updateMessage": "v1.7.6 업데이트\n- Android TV 홈 화면 위젯 클릭 반응 수정 (programId 파싱 + explicit intent)\n- 위젯 백드롭 이미지 적용" + "versionCode": 119, + "versionName": "1.7.7", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.7.7/app-release.apk", + "updateMessage": "v1.7.7 업데이트\n- 위젯 TMDB API 소모 제거 (DB 전용 저장)\n- 위젯 클릭 시 모든 카테고리에서 영화 검색\n- extractProgramId 파싱 개선" }