Skip to content

Commit

Permalink
bmup version for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehobbs committed Aug 27, 2021
1 parent 12cbd95 commit 7491b05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Animal Liberation Conference",
"owner": "dxetech",
"slug": "alc-mobile-app",
"version": "5.0.3",
"version": "5.0.4",
"orientation": "portrait",
"backgroundColor": "#000000",
"icon": "./assets/icon.png",
Expand All @@ -19,7 +19,7 @@
"assetBundlePatterns": ["assets/*"],
"ios": {
"bundleIdentifier": "com.dxe.mobile",
"buildNumber": "9",
"buildNumber": "10",
"supportsTablet": false,
"googleServicesFile": "./GoogleService-Info.plist",
"config": {
Expand All @@ -28,7 +28,7 @@
},
"android": {
"package": "com.dxe.mobile",
"versionCode": 9,
"versionCode": 10,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
Expand Down

0 comments on commit 7491b05

Please sign in to comment.