Skip to content

Commit

Permalink
feat: build apk
Browse files Browse the repository at this point in the history
  • Loading branch information
felizardo27 committed Jul 12, 2023
1 parent 671d23c commit aabdfe3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Binary file modified assets/adaptive-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"cli": {
"version": ">= 3.8.0",
"requireCommit" : true
},
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
"preview3": {
"developmentClient": true
},
"production": {}
}
}

0 comments on commit aabdfe3

Please sign in to comment.