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
}
}

View file

@ -16,13 +16,11 @@
android:name=".App"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:label="${appName}"
android:supportsRtl="true"
android:theme="@style/Theme.Phonograph.Light"
tools:ignore="UnusedAttribute">
<activity
android:name=".ui.activities.MainActivity"
android:label="@string/app_name">
<activity android:name=".ui.activities.MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.MUSIC_PLAYER" />