Skip to content

Commit

Permalink
Merge pull request #2 from pushbit/patch-1
Browse files Browse the repository at this point in the history
removing icon to avoid manifest merger conflicts
  • Loading branch information
吴景超 committed May 13, 2015
2 parents 8b6dcc0 + 4101bb0 commit d6c92c3
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 d6c92c3

Please sign in to comment.