Skip to content

Commit

Permalink
Update mobile app
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Jun 22, 2024
1 parent 04f1232 commit d19dec3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion mobile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,13 @@
}
},
"updates": {
"url": "https://u.expo.dev/fe1ab335-41ae-4a35-960b-0052b493db49?runtime-version=1.0.0&channel-name=production&platform=android"
"url": "https://u.expo.dev/fe1ab335-41ae-4a35-960b-0052b493db49"
},
"experiments": {
"tsconfigPaths": true
},
"runtimeVersion": {
"policy": "appVersion"
}
}
}
9 changes: 6 additions & 3 deletions mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
"ios": {
"image": "latest",
"buildConfiguration": "Debug"
}
},
"channel": "development"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"channel": "preview"
},
"production": {
"android": {
Expand All @@ -25,7 +27,8 @@
},
"ios": {
"image": "latest"
}
},
"channel": "production"
}
},
"submit": {
Expand Down

0 comments on commit d19dec3

Please sign in to comment.