From 98106287652b78427c2a1c01526cc7a7a3639d63 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 2 Apr 2026 22:46:48 +0900 Subject: [PATCH] Update version.json to v1.8.9 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index 0537099..cdbbb45 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 130, - "versionName": "1.8.8", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.8.8/app-release.apk", - "updateMessage": "v1.8.8 업데이트\n- HLS 재생 개선 (hls.js 자동 로드)\n- wiselife.blog/123123play.com WebView HLS 재생 지원\n- WebView 캐시 설정 개선" + "versionCode": 131, + "versionName": "1.8.9", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.8.9/app-release.apk", + "updateMessage": "v1.8.9 업데이트\n- HLS 재생 안정화 (MutationObserver + polling)\n- video 요소 동적 생성 대응\n- HLS 에러 로깅 개선" }