Skip to content

Commit

Permalink
removed allowBackup and supportsRtl from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
teogor committed Feb 23, 2021
1 parent ff891ac commit 7fadd8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions flow-kit/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.zeoflow.flow.kit">

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

<provider
android:name="com.zeoflow.initializer.ZeoFlowInitProvider"
Expand Down

0 comments on commit 7fadd8f

Please sign in to comment.