mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-01-23 07:20:24 +01:00
Set unique applicationIdSuffix in debug builds
This commit is contained in:
parent
f147246f64
commit
7d1952e00f
@ -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