Merge pull request #335 from trubitsyn/patch-1

Set unique applicationIdSuffix in debug builds
This commit is contained in:
Tibor Kaputa 2018-02-02 16:55:12 +01:00 committed by GitHub
commit c4a75c3957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,9 @@ android {
}
buildTypes {
debug {
applicationIdSuffix ".debug"
}
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Calendar_debug</string>
<string name="leak_canary_display_activity_label">Calendar Leaks</string>
</resources>
</resources>