From e4c21138c0e5bf8c6ca378ebf947a0778f744c1c Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 8 Apr 2026 17:27:21 +0900 Subject: [PATCH] Update version.json to v2.4.3 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index bcc7e93..ec071d9 100644 --- a/version.json +++ b/version.json @@ -1,6 +1,6 @@ { - "versionCode": 176, - "versionName": "2.4.2", - "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.4.2/app-release.apk", - "updateMessage": "v2.4.2 업데이트\n- 에피소드 이미지 없을 때 회차/방영일 표시 개선" + "versionCode": 177, + "versionName": "2.4.3", + "apkUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v2.4.3/app-release.apk", + "updateMessage": "v2.4.3 업데이트\n\n최적화 및 정리:\n- 사용하지 않는 변수 및 파라미터 제거\n- Kotlin 컴파일러 경고 수정\n- 코드 품질 개선\n- 불필요한 초기화 제거" }