Created
November 9, 2016 15:03
-
-
Save murano500k/b2213d73da75f497d935134d55150d19 to your computer and use it in GitHub Desktop.
debug and release apks simluteneously
This file contains hidden or 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
buildTypes { | |
debug { | |
applicationIdSuffix ".debug" | |
} | |
// ... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment