1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-19 22:49:08 -05:00

Add application id suffix in debug builds (#61)

This commit is contained in:
Mikołaj Pich 2018-03-10 13:08:01 +01:00 committed by Rafał Borcz
parent 69fc4bf874
commit e050982de2
3 changed files with 8 additions and 0 deletions

View File

@ -43,6 +43,8 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
applicationIdSuffix ".dev"
versionNameSuffix "-dev"
testCoverageEnabled = true
ext.enableCrashlytics = false
}

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name">Wulkanowy DEV</string>
</resources>

View File

@ -0,0 +1,3 @@
<resources>
<string name="app_name">Wulkanowy DEV</string>
</resources>