Skip to content

Commit bdbf63e

Browse files
committed
fix: "versionCode": 2,
1 parent 06d7365 commit bdbf63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"assets/*"
1717
],
1818
"ios": {
19+
"buildNumber": "1",
1920
"supportsTablet": true,
2021
"infoPlist": {
2122
"NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access camera to Scan QR code.",
@@ -27,6 +28,7 @@
2728
"bundleIdentifier": "ren.onetwo.tidgi.mobile"
2829
},
2930
"android": {
31+
"versionCode": 2,
3032
"adaptiveIcon": {
3133
"foregroundImage": "./assets/icon.png",
3234
"backgroundColor": "#ffffff"

0 commit comments

Comments
 (0)