Update version.json to v2.3.8

This commit is contained in:
sanjeok77
2026-04-08 09:59:04 +09:00
parent 78acd2a356
commit 043fa1aa67

View File

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