Update version.json to v2.3.9

This commit is contained in:
sanjeok77
2026-04-08 10:11:26 +09:00
parent 043fa1aa67
commit 579e5c7531

View File

@@ -1,6 +1,6 @@
{ {
"versionCode": 172, "versionCode": 173,
"versionName": "2.3.8", "versionName": "2.3.9",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.3.8/app-release.apk", "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.3.9/app-release.apk",
"updateMessage": "v2.3.8 업데이트\n- WebViewActivity 대폭 최적화 (iframe 전용으로 단순화)\n- 불필요한 URL 파싱/위치 저장 로직 제거" "updateMessage": "v2.3.9 업데이트\n- WebViewActivity OK 버튼 터치 시뮬레이션 개선"
} }