Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Last active August 1, 2023 18:36
Show Gist options
  • Save amandeepmittal/a19622d8dda14cd4e47954db0606db6b to your computer and use it in GitHub Desktop.
Save amandeepmittal/a19622d8dda14cd4e47954db0606db6b to your computer and use it in GitHub Desktop.
{
"cli": {
"version": ">= 2.9.0"
},
"build": {
"development": {
"distribution": "internal",
"android": {
"gradleCommand": ":app:assembleDebug"
},
"ios": {
"buildConfiguration": "Debug"
}
},
"preview": {
"distribution": "internal",
"channel": "preview"
},
"staging": {
"distribution": "internal",
"channel": "staging",
"android": {
"buildType": "apk",
"image": "latest"
}
},
"production": {
"distribution": "internal",
"channel": "production"
},
"experimental": {
"distribution": "internal",
"channel": "experimental"
}
},
"submit": {
"production": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment