From f6250cacbbe0d70aed7ff75b4e4353cc0b8bae9b Mon Sep 17 00:00:00 2001 From: Christian S Date: Fri, 6 May 2016 10:23:20 +0200 Subject: bug fix in manifest --- src/main/AndroidManifest.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/main') diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 38789976c..1310816c4 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -28,8 +28,9 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:theme="@style/ConversationsTheme" - android:name="android.support.multidex.MultiDexApplication"> + android:name="android.support.multidex.MultiDexApplication" tools:replace="android:label"> + @@ -184,7 +185,7 @@ android:value="@string/google_maps_api_key" /> @@ -193,7 +194,7 @@ -- cgit v1.2.3