mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-02 19:57:15 +01:00
Set unique applicationIdSuffix in debug builds
This commit is contained in:
parent
f147246f64
commit
7d1952e00f
@ -21,6 +21,9 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
applicationIdSuffix ".debug"
|
||||||
|
}
|
||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
|
<string name="app_launcher_name">Calendar_debug</string>
|
||||||
<string name="leak_canary_display_activity_label">Calendar Leaks</string>
|
<string name="leak_canary_display_activity_label">Calendar Leaks</string>
|
||||||
</resources>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user