forked from cemaden-educacao/WPD-MobileApp
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
709 B
37 lines
709 B
{
|
|
"cli": {
|
|
"version": ">= 0.40.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"internal": {
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"emulator": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"android": {
|
|
"track": "internal",
|
|
"serviceAccountKeyPath": "./wpd-expo-project-f77b4ac3109a.json"
|
|
}
|
|
},
|
|
"internal": {
|
|
"android": {
|
|
"track": "internal",
|
|
"serviceAccountKeyPath": "../../wpd-expo-project-f77b4ac3109a.json"
|
|
}
|
|
}
|
|
}
|
|
}
|