Merge pull request #112 from trubitsyn/patch-1

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

View File

@ -20,6 +20,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'

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_launcher_name">Camera_debug</string>
</resources>