Skip to content

Instantly share code, notes, and snippets.

@RanaRanvijaySingh
Last active February 7, 2020 08:10
Show Gist options
  • Save RanaRanvijaySingh/b28dde00762adc7c6726073a6b3fdcc3 to your computer and use it in GitHub Desktop.
Save RanaRanvijaySingh/b28dde00762adc7c6726073a6b3fdcc3 to your computer and use it in GitHub Desktop.
stage('DISTRIBUTE') {
steps {
appCenter
apiToken: 'f51cd29ba6b2d34a84cd99bc37348db77624c614',
ownerName: 'ranaranvijaysingh9-gmail.com',
appName: 'Flutter-Starter',
pathToApp: 'build/app/outputs/apk/debug/app-debug.apk',
distributionGroups: 'AlphaTester'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment