diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-10-06 18:02:22 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-10-06 18:02:22 -0700 |
commit | 9aff2597cf6735960299d98bf2b4d650aac9cb35 (patch) | |
tree | 2353b06cc6232a7f392b7bde54b25fd89f1b1de8 /app.config.js | |
parent | 77b21dfb1c2871447bf60ebf9efeb283282a1b51 (diff) | |
download | voidsky-9aff2597cf6735960299d98bf2b4d650aac9cb35.tar.zst |
Bump build revision
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app.config.js b/app.config.js index a1477a8ae..82d0d5a0c 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '1', + buildNumber: '2', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 40, + versionCode: 41, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |