From 34dad49f43d74fa839d060a9bd2934f0acb6dc54 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 23 Apr 2026 20:14:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20version.json=20=EC=97=85=EB=8D=B0?= =?UTF-8?q?=EC=9D=B4=ED=8A=B8=20v2.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index a398291..09e7ea5 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 202, - "versionName": "2.5.2", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.5.2/app-release.apk", - "updateMessage": "v2.5.2 업데이트\n- Android TV 9(API 28) 지원\n- 베이스 URL tvchak196 변경\n- 핫업데이트 버그 수정" + "versionCode": 203, + "versionName": "2.5.3", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.5.3/app-release.apk", + "updateMessage": "v2.5.3 업데이트\n\n변경사항:\n- 코드 최적화 및 메모리 누수 수정\n- 디버그 로깅 최적화 (AppLog 유틸리티 추가)\n- HLS MediaSource 지원 추가\n- 데이터베이스 인덱스 추가로 성능 개선\n- UI/UX 개선 (Netflix 스타일 적용)\n- 에피소드 어댑터 DiffUtil 적용" }