Skip to content

Instantly share code, notes, and snippets.

@mdesoto
Created April 23, 2017 06:13
Show Gist options
  • Save mdesoto/0d0882cf703d9509d01672b98f57682c to your computer and use it in GitHub Desktop.
Save mdesoto/0d0882cf703d9509d01672b98f57682c to your computer and use it in GitHub Desktop.
apply from: rootProject.file('release.gradle')
...
android {
...
buildTypes {
release {
...
signingConfig signingConfigs.release
}
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment