Fix: Update version info on settings page

Investigates and resolves the issue where the app version and build number were not updating correctly on the settings page.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-23 10:49:21 +00:00
parent 8168d4b645
commit d2d0493ffd
6 changed files with 128 additions and 28 deletions

View File

@@ -2,6 +2,6 @@
{
"versionCode": 1,
"versionName": "1.0.1",
"buildNumber": 2,
"buildNumber": 3,
"notes": "사용자가 수정한 버전 정보입니다. 이 파일을 편집하여 앱 버전 정보를 변경할 수 있습니다."
}