From 246234a16558d84267122932d55eb8234ce35ad7 Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Thu, 28 Dec 2017 11:03:19 -0600 Subject: [PATCH] Changed display name of the app --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e76d248..699013f 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -8,7 +8,7 @@ android:name="cy.agorise.crystalwallet.application.CrystalApplication" android:allowBackup="true" android:icon="@mipmap/ic_launcher" - android:label="" + android:label="Crystal" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme">