Skip to content

Commit

Permalink
Removed application labels from android-libs manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Jun 14, 2014
1 parent cc13877 commit 03ed2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions library-extra/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />

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

</application>

Expand Down
3 changes: 1 addition & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="19" />

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

</application>

Expand Down

0 comments on commit 03ed2fd

Please sign in to comment.