Skip to content

Commit

Permalink
Merge pull request #26 from ChrisMCMine/master
Browse files Browse the repository at this point in the history
Remove label from AndroidManifest.xml
  • Loading branch information
mikepenz committed Oct 25, 2014
2 parents c718386 + dd59856 commit ad29495
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 ad29495

Please sign in to comment.