Skip to content
Snippets Groups Projects
Unverified Commit 88a1d920 authored by Noah Prail's avatar Noah Prail
Browse files

Different app id and name for debug version.

parent 2cf24c87
No related branches found
No related tags found
1 merge request!29Resolve "API v4"
Pipeline #
Loading
Loading
@@ -76,6 +76,8 @@ android {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
ext.enableCrashlytics = false
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
}
}
lintOptions {
Loading
Loading
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">LabCoat Debug</string>
<string name="leak_canary_display_activity_label">LabCoat Leaks</string>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment