Skip to content

Instantly share code, notes, and snippets.

@Kolyall
Created November 14, 2019 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kolyall/e3c9474f49197746122f03091e9bb72d to your computer and use it in GitHub Desktop.
Save Kolyall/e3c9474f49197746122f03091e9bb72d to your computer and use it in GitHub Desktop.
Add to gradle tasks a exec commands before launch
project.afterEvaluate {
crashlyticsUploadDistributionDevelopDebug.doFirst {
ext.betaDistributionGroupAliases = "develop"
ext.betaDistributionNotifications = true
ext.betaDistributionReleaseNotesFilePath = "${project.rootDir}/app/build/outputs/apk/releaseNotes.txt"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment