Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

Commit 0dda764

Browse files
committed
Merge pull request #22 from dethi/patch-1
Remove allowBackup, fix #20
2 parents d54b613 + 83ac213 commit 0dda764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<uses-permission android:name="android.permission.INTERNET" />
2828

29-
<application android:allowBackup="true" android:label="@string/app_name">
29+
<application android:label="@string/app_name">
3030

3131
</application>
3232

0 commit comments

Comments
 (0)