diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-11-03 16:44:59 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-11-03 16:44:59 -0700 |
commit | 46c2564e6531712538e44ee6880fb4bfce612ab9 (patch) | |
tree | 01feab07df4263edc77bcbac9dfb22d31bc68d6c /app.config.js | |
parent | ebad6d2b1aa1e54fc08264b8466bf92cced5c14b (diff) | |
download | voidsky-46c2564e6531712538e44ee6880fb4bfce612ab9.tar.zst |
Increment iOS buildnumber & android version code for release
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 6f2718123..1c63a2000 100644 --- a/app.config.js +++ b/app.config.js @@ -19,7 +19,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, ios: { - buildNumber: '2', + buildNumber: '3', supportsTablet: false, bundleIdentifier: 'xyz.blueskyweb.app', config: { @@ -43,7 +43,7 @@ module.exports = function () { backgroundColor: '#ffffff', }, android: { - versionCode: 45, + versionCode: 46, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#ffffff', |