Update version.json to v2.4.3

This commit is contained in:
sanjeok77
2026-04-08 17:27:21 +09:00
parent 43c1679921
commit e4c21138c0

View File

@@ -1,6 +1,6 @@
{ {
"versionCode": 176, "versionCode": 177,
"versionName": "2.4.2", "versionName": "2.4.3",
"apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.4.2/app-release.apk", "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.4.3/app-release.apk",
"updateMessage": "v2.4.2 업데이트\n- 에피소드 이미지 없을 때 회차/방영일 표시 개선" "updateMessage": "v2.4.3 업데이트\n\n최적화 및 정리:\n- 사용하지 않는 변수 및 파라미터 제거\n- Kotlin 컴파일러 경고 수정\n- 코드 품질 개선\n- 불필요한 초기화 제거"
} }