|
@@ -7,23 +7,18 @@
|
|
"distribution": "internal",
|
|
"distribution": "internal",
|
|
"android": {
|
|
"android": {
|
|
"gradleCommand": ":app:assembleDebug"
|
|
"gradleCommand": ":app:assembleDebug"
|
|
- },
|
|
|
|
- "ios": {
|
|
|
|
- "resourceClass": "m-medium"
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"preview": {
|
|
"preview": {
|
|
- "distribution": "internal",
|
|
|
|
- "ios": {
|
|
|
|
- "resourceClass": "m-medium"
|
|
|
|
- }
|
|
|
|
|
|
+ "distribution": "internal"
|
|
},
|
|
},
|
|
"production": {
|
|
"production": {
|
|
"android": {
|
|
"android": {
|
|
"image": "latest"
|
|
"image": "latest"
|
|
},
|
|
},
|
|
"ios": {
|
|
"ios": {
|
|
- "resourceClass": "m-medium"
|
|
|
|
|
|
+ "credentialsSource": "remote",
|
|
|
|
+ "buildConfiguration": "Release"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|