Skip to content

Commit

Permalink
app dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Mar 8, 2024
1 parent 2c0e5d7 commit abec035
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"policy": "appVersion"
},
"updates": {
"url": "https://u.expo.dev/a85a4ec3-52c3-42a4-9158-fa4c62823448"
"url": "https://u.expo.dev/c60ed383-fb7e-4a56-a589-acae0e73b49f"
},
"owner": "cheetah-works"
}
Expand Down
10 changes: 7 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"preview": {
"distribution": "internal"
"distribution": "internal",
"channel": "preview"
},
"production": {}
"production": {
"channel": "production"
}
},
"submit": {
"production": {}
Expand Down

0 comments on commit abec035

Please sign in to comment.