From d71c1dd81985b0a4f48effae27fda53736906113 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 3 Apr 2026 21:22:55 +0900 Subject: [PATCH] Update version.json to v2.0.3 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index ff5c046..4c559ab 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 144, - "versionName": "2.0.2", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.2/app-release.apk", - "updateMessage": "v2.0.2 업데이트\n- bodaponi.b-cdn.net MP4는 무조건 ExoPlayer로 바로 재생\n- wiselife.blog 토큰화된 MP4/m3u8은 WebView로 재생\n- URL 형식 기반 정확한 라우팅 로직 적용" + "versionCode": 145, + "versionName": "2.0.3", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.3/app-release.apk", + "updateMessage": "v2.0.3 업데이트\n- PlaybackActivity에 bodaponi MP4 체크 로직 추가\n- HLS 감지에서 bodaponi MP4 제외 처리\n- 일반 MP4 파일이 ExoPlayer로 바로 재생되도록 수정" }