Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
# By ChrisMCMine
# Via ChrisMCMine (1) and Mike Penz (1)
* 'master' of https://github.com/mikepenz/AboutLibraries:
  Remove label from AndroidManifest.xml
  • Loading branch information
mikepenz committed Oct 28, 2014
2 parents f084473 + ad29495 commit f1f7fc4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@
package="com.tundem.aboutlibraries"
xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:label="@string/app_name"
>
<activity
android:name="com.tundem.aboutlibraries.ui.LibsActivity">
</activity>
<application>
<activity android:name="com.tundem.aboutlibraries.ui.LibsActivity" />
</application>

</manifest>

0 comments on commit f1f7fc4

Please sign in to comment.