Update version.json to v2.0.5

This commit is contained in:
sanjeok77
2026-04-03 22:12:18 +09:00
parent b8a65f45c0
commit 19a805a7cf

View File

@@ -1,6 +1,6 @@
{ {
"versionCode": 146, "versionCode": 147,
"versionName": "2.0.4", "versionName": "2.0.5",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.4/app-release.apk", "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.5/app-release.apk",
"updateMessage": "v2.0.4 업데이트\n- MP4 직접 재생 버그 수정: 토큰화된 MP4도 ExoPlayer로 바로 재생\n- isHlsStream 감지 로직 개선\n- WebViewActivity 재귀 호출 버그 수정" "updateMessage": "v2.0.5 업데이트\n- HLS/WebView 재생 로직 수정\n- wiselife.blog 및 토큰 기반 서비스는 WebView에서 재생\n- bodaponi.b-cdn.net MP4만 ExoPlayer 직접 재생"
} }