From d0758966f3d5fc5e449f91ca4451e973aedb8192 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 3 Apr 2026 16:34:20 +0900 Subject: [PATCH] Update version.json to v1.9.8 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index ba3c995..06e0e18 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 138, - "versionName": "1.9.6", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.6/app-release.apk", - "updateMessage": "v1.9.6 업데이트\n- bodaponi iframe autoplay 개선: 즉시 fullscreen 주입 + allow 속성 추가\n- tvchak 페이지 유지하면서 bodaponi iframe 자동재생 보장" + "versionCode": 140, + "versionName": "1.9.8", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.8/app-release.apk", + "updateMessage": "v1.9.8 업데이트\n- 일반 MP4는 ExoPlayer로 직접 재생 (토큰이 없는 bodaponi.b-cdn.net MP4 포함)\n- 토큰화된 스트림/HLS는 WebView에서 재생 (토큰 처리 필요)\n- bodaponi iframe 자동재생 개선 유지" }