Browse Source

remove replace call (originally introduced for round launcher icon)

AndyScherzinger 7 years ago
parent
commit
0bdf9ffa51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modified/AndroidManifest.xml

+ 1 - 1
src/modified/AndroidManifest.xml

@@ -20,7 +20,7 @@
           xmlns:tools="http://schemas.android.com/tools"
           package="com.owncloud.android">
 
-    <application tools:replace="android:icon"
+    <application
         android:name=".MainApp"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"