mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2024-12-26 16:23:56 +01:00
Merge pull request #335 from trubitsyn/patch-1
Set unique applicationIdSuffix in debug builds
This commit is contained in:
commit
c4a75c3957
@ -21,6 +21,9 @@ android {
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
debug {
|
||||
applicationIdSuffix ".debug"
|
||||
}
|
||||
release {
|
||||
minifyEnabled true
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user