Skip to content

Commit

Permalink
Configura os canais de atualização
Browse files Browse the repository at this point in the history
  • Loading branch information
migeyel committed May 1, 2023
1 parent 2389f7c commit 7c55500
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ npm-debug.*
*.orig.*
web-build/
yarn-error.log
.env

# macOS
.DS_Store
Expand Down
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
"versionCode": 9,
"permissions": [
"RECEIVE_BOOT_COMPLETED"
],
"runtimeVersion": {
"policy": "sdkVersion"
}
]
},
"web": {
"favicon": "./assets/favicon.png"
Expand Down Expand Up @@ -82,6 +79,9 @@
}
}
]
},
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}
10 changes: 7 additions & 3 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,18 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"preview": {
"android": {
"buildType": "apk"
}
},
"channel": "preview"
},
"production": {}
"production": {
"channel": "production"
}
},
"submit": {
"production": {}
Expand Down

0 comments on commit 7c55500

Please sign in to comment.