Skip to content

Commit

Permalink
Merge pull request #15 from zeoflow/manifest-merger-issue
Browse files Browse the repository at this point in the history
removed allowBackup and supportsRtl from manifest
  • Loading branch information
teogor authored Feb 23, 2021
2 parents ff891ac + 7fadd8f commit 8c57afa
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 8c57afa

Please sign in to comment.