Update version.json to v2.0.1

This commit is contained in:
sanjeok77
2026-04-03 20:42:59 +09:00
parent 5b0f87ee5b
commit 6f75ad48c7

View File

@@ -1,6 +1,6 @@
{
"versionCode": 142,
"versionName": "2.0.0",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.0/app-release.apk",
"updateMessage": "v2.0.0 업데이트\n- 토큰화되지 않은 MP4는 무조건 ExoPlayer로 직접 재생\n- bodaponi.b-cdn.net MP4 WebView 거치지 않고 바로 재생\n- v1.8.0 로직 복원으로 재생 속도 향상"
"versionCode": 143,
"versionName": "2.0.1",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.1/app-release.apk",
"updateMessage": "v2.0.1 업데이트\n- PlaybackActivity에 bodaponi MP4 체크 로직 추가\n- HLS 감지에서 bodaponi MP4 제외 처리\n- MP4 파일이 WebView 거치지 않고 바로 ExoPlayer로 재생되도록 수정"
}