Merge branch 'release/1.6.0' into rome/1.6.0
This commit is contained in:
14
eas.json
14
eas.json
@@ -5,20 +5,18 @@
|
||||
"build": {
|
||||
"development": {
|
||||
"developmentClient": true,
|
||||
"distribution": "internal",
|
||||
"channel": "development"
|
||||
"channel": "test",
|
||||
"distribution": "internal"
|
||||
},
|
||||
"test": {
|
||||
"releaseChannel": "test",
|
||||
"channel": "test",
|
||||
"env": {
|
||||
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
||||
}
|
||||
"env": { "API_URL": "https://api.test.romeonline.io" }
|
||||
},
|
||||
"production": {
|
||||
"channel": "production",
|
||||
"env": {
|
||||
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
||||
}
|
||||
"releaseChannel": "production",
|
||||
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
|
||||
}
|
||||
},
|
||||
"submit": {
|
||||
|
||||
Reference in New Issue
Block a user