Skip to content

Commit d855071

Browse files
authored
Merge pull request #59 from tushar-acharya/chore/remove-conflicting-manifest-attr
Remove allowBackup and supportsRtl from AndroidManifest in the librar…
2 parents 8f1f717 + bc3dc54 commit d855071

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

likebutton/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.like.view">
22

3-
<application android:allowBackup="true" android:label="@string/app_name"
4-
android:supportsRtl="true">
3+
<application android:label="@string/app_name">
54

65
</application>
76

0 commit comments

Comments
 (0)