Skip to content

Commit

Permalink
Fixed pilgr#28. Removed allowBackup tag from AndroidManifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Chuvashev committed Sep 18, 2016
1 parent 1838aac commit f3a1831
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions paperdb/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<manifest
package="io.paperdb"
xmlns:android="http://schemas.android.com/apk/res/android">
<manifest package="io.paperdb">

<application android:allowBackup="true"/>
<application />

</manifest>

0 comments on commit f3a1831

Please sign in to comment.