Commit 5e4dee101da02e1d1e07aaba04857bbf36e47903

Authored by florian staine
1 parent 21d351b2

Change app Icon

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/src/main/AndroidManifest.xml
@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <uses-permission android:name="android.permission.INTERNET" /> 5 <uses-permission android:name="android.permission.INTERNET" />
6 <application 6 <application
7 android:allowBackup="true" 7 android:allowBackup="true"
8 - android:icon="@mipmap/ic_launcher" 8 + android:icon="@drawable/map_marker"
9 android:label="@string/app_name" 9 android:label="@string/app_name"
10 android:roundIcon="@mipmap/ic_launcher_round" 10 android:roundIcon="@mipmap/ic_launcher_round"
11 android:supportsRtl="true" 11 android:supportsRtl="true"