Created
April 23, 2017 06:13
-
-
Save mdesoto/0d0882cf703d9509d01672b98f57682c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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