Update version.json to v1.9.4

This commit is contained in:
sanjeok77
2026-04-03 03:50:13 +09:00
parent aba07d82e8
commit a28996732d

View File

@@ -1,6 +1,6 @@
{ {
"versionCode": 135, "versionCode": 136,
"versionName": "1.9.3", "versionName": "1.9.4",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.3/app-release.apk", "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.9.4/app-release.apk",
"updateMessage": "v1.9.3 업데이트\n- 토큰 기반 HLS 감지 로직 정확도 향상\n- wiselife.blog, 123123play.com, ckp.wiselife만 WebView로 리다이렉트\n- 다른 HLS 스트림은 ExoPlayer로 직접 재생 시도" "updateMessage": "v1.9.4 업데이트\n- 토큰 기반 HLS 감지 로직 최종 최적화\n- 토큰이 필요한 서비스만 WebView로 리다이렉트\n- 일반 HLS/MP4 스트림은 ExoPlayer로 직접 재생\n- 디버깅 로그 추가로 문제 진단 용이"
} }