Skip to content

Commit

Permalink
Increase version, use latest image for ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Apr 10, 2024
1 parent a05aecd commit 9ada6d2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "girls-write-now",
"slug": "girls-write-now",
"version": "0.0.4",
"version": "0.0.5",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -12,9 +12,7 @@
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"assetBundlePatterns": ["**/*"],
"ios": {
"supportsTablet": true,
"bundleIdentifier": "org.calblueprint.girlswritenow"
Expand All @@ -29,9 +27,7 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": [
"expo-router"
],
"plugins": ["expo-router"],
"extra": {
"router": {
"origin": false
Expand Down

0 comments on commit 9ada6d2

Please sign in to comment.