Skip to content

Commit

Permalink
Merge pull request #193 from AppDevNext/RemoveAllowBackup
Browse files Browse the repository at this point in the history
Remove allow backup
  • Loading branch information
hannesa2 authored Jan 26, 2024
2 parents 4165814 + 069e2dc commit f5c49bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions MPChartLib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest>

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

</manifest>

0 comments on commit f5c49bf

Please sign in to comment.