Skip to content

Instantly share code, notes, and snippets.

@chizoba
Last active February 2, 2019 11:28
Show Gist options
  • Save chizoba/2667e59bd3652ba1a8b4a092c3749de1 to your computer and use it in GitHub Desktop.
Save chizoba/2667e59bd3652ba1a8b4a092c3749de1 to your computer and use it in GitHub Desktop.
Having multiple APKs on a single device - SnippetA
defaultConfig {
applicationId "com.github.chizoba"
}
buildTypes {
release {
...
}
staging {
...
applicationIdSuffix ".staging"
}
debug {
...
applicationIdSuffix ".debug"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment