From aba07d82e8c2a1530356b69dd2fd99645132e8a9 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 3 Apr 2026 03:43:40 +0900 Subject: [PATCH] Update version.json to v1.9.3 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index a75b6f3..d74406c 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 134, - "versionName": "1.9.2", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.2/app-release.apk", - "updateMessage": "v1.9.2 업데이트\n- player_aaaa JSON 추출 로직 개선\n- regex 기반 파싱 추가\n- tvchak194.com 등 다양한 사이트 호환성 향상" + "versionCode": 135, + "versionName": "1.9.3", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.3/app-release.apk", + "updateMessage": "v1.9.3 업데이트\n- 토큰 기반 HLS 감지 로직 정확도 향상\n- wiselife.blog, 123123play.com, ckp.wiselife만 WebView로 리다이렉트\n- 다른 HLS 스트림은 ExoPlayer로 직접 재생 시도" }