Skip to content

Commit

Permalink
Merge pull request #65 from MrOutis/master
Browse files Browse the repository at this point in the history
Remove ic_launcher from library
  • Loading branch information
Todd-Davies committed Feb 11, 2016
2 parents 92bfcfe + ddf9d8a commit 721e620
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

<application
android:theme="@android:style/Theme.NoTitleBar"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >
<activity
android:label="@string/app_name"
Expand All @@ -19,4 +18,4 @@
</activity>
</application>

</manifest>
</manifest>
Binary file removed res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-ldpi/ic_launcher.png
Binary file not shown.
Binary file removed res/drawable-mdpi/ic_launcher.png
Binary file not shown.

3 comments on commit 721e620

@rliuzzi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey guys, could you mind making a new release of this library? The attrs name collisions with API level 23 and this change are kind of a blocker. Managing dependencies with gradle is just so much easier. Thanks!!

@Todd-Davies
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ollo-d
Copy link

@Ollo-d Ollo-d commented on 721e620 Sep 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tres tres cool

Please sign in to comment.