Skip to content

Commit

Permalink
removing icon to avoid manifest merger conflicts
Browse files Browse the repository at this point in the history
I added this library to my project and immediately got a manifest merger failure because my project and the library specify different application icon names.  I don't believe there's a reason for the library to specify an icon.
  • Loading branch information
pushbit committed May 12, 2015
1 parent 8b6dcc0 commit 4101bb0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simple-tag-imageview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="wujingchao.net.mylibrary">

<application android:allowBackup="true" android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
<application android:allowBackup="true" android:label="@string/app_name">

</application>

Expand Down

0 comments on commit 4101bb0

Please sign in to comment.