Skip to content

Commit

Permalink
edit config build
Browse files Browse the repository at this point in the history
  • Loading branch information
VanLamCS committed Dec 31, 2023
1 parent 4b7e9b3 commit 08d6d83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"web": {
"favicon": "./assets/favicon.png"
},
"plugins": []
"plugins": [],
"extra": {
"eas": {
"projectId": "d816f637-ad1b-4317-b060-e483da47d6b5"
}
}
}
}
}
4 changes: 2 additions & 2 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"resourceClass": "m-medium"
},
"android": {
"resourceClass": "m-medium",
"resourceClass": "medium",
"buildType": "apk"
},
"env": {
Expand All @@ -29,7 +29,7 @@
"resourceClass": "m-medium"
},
"android": {
"resourceClass": "m-medium",
"resourceClass": "medium",
"buildType": "apk"
},
"env": {
Expand Down

0 comments on commit 08d6d83

Please sign in to comment.