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 5 <uses-permission android:name="android.permission.INTERNET" />
6 6 <application
7 7 android:allowBackup="true"
8   - android:icon="@mipmap/ic_launcher"
  8 + android:icon="@drawable/map_marker"
9 9 android:label="@string/app_name"
10 10 android:roundIcon="@mipmap/ic_launcher_round"
11 11 android:supportsRtl="true"
... ...