Skip to content

Instantly share code, notes, and snippets.

@murano500k
Created November 9, 2016 15:03
Show Gist options
  • Save murano500k/b2213d73da75f497d935134d55150d19 to your computer and use it in GitHub Desktop.
Save murano500k/b2213d73da75f497d935134d55150d19 to your computer and use it in GitHub Desktop.
debug and release apks simluteneously
buildTypes {
debug {
applicationIdSuffix ".debug"
}
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment