Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6077f0a0 authored by Mathew Smith's avatar Mathew Smith
Browse files

Fix icon which broke builds

parent 7803c662
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:name="com.fsck.k9.App"
        android:allowTaskReparenting="false"
        android:usesCleartextTraffic="true"
        android:icon="@drawable/ic_launcher"
        android:icon="@mipmap/icon_e"
        android:label="@string/app_name"
        android:theme="@style/Theme.K9.Startup"
        android:resizeableActivity="true"