Skip to content

Commit

Permalink
Merge pull request #9 from bryanstern/bug/android-manifest-clean-up
Browse files Browse the repository at this point in the history
clean up to prevent manifest merge errors
  • Loading branch information
JorgeCastilloPrz committed Jun 22, 2015
2 parents 1ea9b60 + 0642ea2 commit 31f1cf9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions library/src/main/AndroidManifest.xml
@@ -1,10 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.jorgecastilloprz.library">

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

</application>
<?xml version="1.0" encoding="utf-8"?>

<manifest package="com.github.jorgecastilloprz.library">
<application />
</manifest>

0 comments on commit 31f1cf9

Please sign in to comment.