From 910c9e189b57a0f21dc3b0aeb61d2ee1cb7dd969 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Sat, 4 Apr 2026 16:17:00 +0900 Subject: [PATCH] Revert version.json to v2.2.4 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index d8c282a..a917f56 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 159, - "versionName": "2.2.5", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.2.5/app-release.apk", - "updateMessage": "v2.2.5 업데이트\n- WebView D-pad 스크롤바 제거\n- D-pad 키로 플레이어 컨트롤 (재생/일시정지, 10초 탐색, 볼륨 조절)" + "versionCode": 158, + "versionName": "2.2.4", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.2.4/app-release.apk", + "updateMessage": "v2.2.4 업데이트\n- bodaponi MP4 자동 재생 (터치 이벤트 시뮬레이션)\n- bodaponi 재생 중 로딩 스피너 표시로 화면 깜빡임 방지\n- HLS(m3u8) → WebView 재생, MP4 → ExoPlayer 재생 라우팅 통합" }