Increment iOS buildnumber & android version code for release

zio/stable
Paul Frazee 2023-11-03 16:44:59 -07:00
parent ebad6d2b1a
commit 46c2564e65
1 changed files with 2 additions and 2 deletions

View File

@ -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',