Skip to content

Commit

Permalink
Merge pull request #47 from udaysrinath/master
Browse files Browse the repository at this point in the history
Fix : Remove allowBackup from manifest
  • Loading branch information
Jonatan E. Salas authored Jul 28, 2017
2 parents 904259b + 82b0f6e commit df02d87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package="io.blackbox_vision.materialcalendarview.sample" >

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
Expand Down
3 changes: 1 addition & 2 deletions materialcalendarview/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.blackbox_vision.materialcalendarview">

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

</manifest>

0 comments on commit df02d87

Please sign in to comment.