From 579e5c753117ff30af415a667b20fc214c907575 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 8 Apr 2026 10:11:26 +0900 Subject: [PATCH] Update version.json to v2.3.9 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index a874536..23cd8ca 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 172, - "versionName": "2.3.8", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.3.8/app-release.apk", - "updateMessage": "v2.3.8 업데이트\n- WebViewActivity 대폭 최적화 (iframe 전용으로 단순화)\n- 불필요한 URL 파싱/위치 저장 로직 제거" + "versionCode": 173, + "versionName": "2.3.9", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.3.9/app-release.apk", + "updateMessage": "v2.3.9 업데이트\n- WebViewActivity OK 버튼 터치 시뮬레이션 개선" }