Correctly showing the debug label on the launcher. Updated gradle plugin.

This commit is contained in:
Karim Abou Zeid 2016-01-30 16:15:39 +01:00
commit a1896bc86d
3 changed files with 4 additions and 5 deletions

View file

@ -79,6 +79,7 @@ android {
applicationIdSuffix '.debug'
versionNameSuffix ' DEBUG'
manifestPlaceholders = [appName: "Phonograph DEBUG"]
signingConfig signingConfigs.debug
}
}