diff --git a/version.json b/version.json index d74406c..ebc07a5 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "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로 직접 재생 시도" + "versionCode": 136, + "versionName": "1.9.4", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.4/app-release.apk", + "updateMessage": "v1.9.4 업데이트\n- 토큰 기반 HLS 감지 로직 최종 최적화\n- 토큰이 필요한 서비스만 WebView로 리다이렉트\n- 일반 HLS/MP4 스트림은 ExoPlayer로 직접 재생\n- 디버깅 로그 추가로 문제 진단 용이" }