diff options
-rw-r--r-- | app.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.json b/app.json index 9b83e55d5..8084f3fff 100644 --- a/app.json +++ b/app.json @@ -13,7 +13,7 @@ "backgroundColor": "#ffffff" }, "ios": { - "buildNumber": "1", + "buildNumber": "2", "supportsTablet": false, "bundleIdentifier": "xyz.blueskyweb.app", "config": { @@ -34,7 +34,7 @@ "backgroundColor": "#ffffff" }, "android": { - "versionCode": 8, + "versionCode": 9, "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" |