From bdbf63e46cdc145d6a7f90fb4a4ce496650d23ef Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Thu, 22 Feb 2024 23:58:25 +0800 Subject: [PATCH] fix: "versionCode": 2, --- app.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.json b/app.json index e3acf43..dd3bb90 100644 --- a/app.json +++ b/app.json @@ -16,6 +16,7 @@ "assets/*" ], "ios": { + "buildNumber": "1", "supportsTablet": true, "infoPlist": { "NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access camera to Scan QR code.", @@ -27,6 +28,7 @@ "bundleIdentifier": "ren.onetwo.tidgi.mobile" }, "android": { + "versionCode": 2, "adaptiveIcon": { "foregroundImage": "./assets/icon.png", "backgroundColor": "#ffffff"