Skip to content

Instantly share code, notes, and snippets.

@emmaguy
Last active August 29, 2015 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emmaguy/36ef61c70982b11251b5 to your computer and use it in GitHub Desktop.
Save emmaguy/36ef61c70982b11251b5 to your computer and use it in GitHub Desktop.
Debug builds (inc content provider) side by side with release
buildTypes {
debug{
applicationIdSuffix ".debug"
}
}
<provider
android:name=".Provider"
android:authorities="${applicationId}.provider"
android:exported="false" />
public static final String AUTHORITY = BuildConfig.PACKAGE_NAME + ".provider";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment