Skip to content

Commit

Permalink
ci: new version
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonhelmenrusas committed Nov 14, 2023
1 parent 6821c8f commit 4076e80
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
},
"android": {
"package": "com.aaronshade.bueboka",
"versionCode": 9,
"versionCode": 10,
"adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png",
"backgroundColor": "#FFFFFF"
}
},
"ios": {
"buildNumber": "1.6.0",
"buildNumber": "1.7.0",
"bundleIdentifier": "com.aaronshade.bueboka",
"infoPlist": {
"CFBundleIconName": "./assets/images/ipad.png"
Expand All @@ -38,9 +38,7 @@
"updates": {
"url": "https://u.expo.dev/a740b024-fdf9-420d-9998-a6ae076ebc43"
},
"plugins": [
"sentry-expo"
],
"plugins": ["sentry-expo"],
"hooks": {
"postPublish": [
{
Expand Down

0 comments on commit 4076e80

Please sign in to comment.