Skip to content

Commit

Permalink
Remove allowBackup attribute on AndroidManifest
Browse files Browse the repository at this point in the history
This is needed to fix the issue #21
  • Loading branch information
francesco-furlan authored May 14, 2018
1 parent cef882f commit 39518c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"

package="com.molo17.customizablecalendar.library">

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

Expand Down

0 comments on commit 39518c5

Please sign in to comment.