Skip to content

Commit

Permalink
feat(mobile): add image to eas.json (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
duongdev authored Jul 29, 2024
1 parent cbcea79 commit cf1e678
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@
"distribution": "internal"
},
"production": {
"autoIncrement": true
"autoIncrement": true,
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
}
}
},
"submit": {
Expand Down

0 comments on commit cf1e678

Please sign in to comment.