Update version to 1.1.8 and fix version code to 9 in Android build files

This commit is contained in:
hansoo
2025-04-05 20:52:14 +09:00
parent e5caa27e91
commit 4f1705c3b7
14 changed files with 1008 additions and 277 deletions

View File

@@ -31,8 +31,8 @@ const AppVersionInfo: React.FC<AppVersionInfoProps> = ({
// 하드코딩된 버전 정보 - 빌드 스크립트에서 설정한 값과 일치시켜야 함
const hardcodedVersionInfo: VersionInfo = {
versionName: '1.1.8',
buildNumber: 8,
versionCode: 8,
buildNumber: 9,
versionCode: 9,
platform: Capacitor.getPlatform(),
defaultValuesUsed: false
};