From 78acd2a356b1696d9e0ef33180d1a5409fc33634 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 8 Apr 2026 09:49:34 +0900 Subject: [PATCH] Update version.json to v2.3.7 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index 17b2dea..0282bd9 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 170, - "versionName": "2.3.6", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.3.6/app-release.apk", - "updateMessage": "v2.3.6 업데이트\n- WebViewActivity DPAD 키 이벤트 iframe 전달 개선\n- dispatchKeyEvent + shouldInterceptRequest postMessage 주입" + "versionCode": 171, + "versionName": "2.3.7", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.3.7/app-release.apk", + "updateMessage": "v2.3.7 업데이트\n- WebView OK 버튼 재생/일시정지 기능 개선" }