Skip to content

Commit 7454398

Browse files
authored
Merge pull request xiaofeng-han#14 from Pirdod/patch-1
Update AndroidManifest.xml
2 parents 5b0a308 + 87b7f2c commit 7454398

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

flowlayoutmanager/src/main/AndroidManifest.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.xiaofeng.flowlayoutmanager">
33

4-
<application android:allowBackup="true"
5-
android:label="@string/app_name"
6-
android:supportsRtl="true"
7-
>
4+
<application
5+
android:supportsRtl="true">
86

97
</application>
108

0 commit comments

Comments
 (0)