From c3c1014f6a3f5782baa7e3654b39d6f338114111 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 3 Apr 2026 22:44:59 +0900 Subject: [PATCH] Update version.json to v2.0.9 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index 8c72539..c3c6ce7 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 150, - "versionName": "2.0.8", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.8/app-release.apk", - "updateMessage": "v2.0.8 업데이트\n- m3u8(HLS) URL은 반드시 WebView로 재생" + "versionCode": 151, + "versionName": "2.0.9", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.0.9/app-release.apk", + "updateMessage": "v2.0.9 업데이트\n- m3u8 URL은 반드시 WebView로 전달\n- openInWebView에서 m3u8 URL 변형 방지" }