Skip to content

Commit 3bb1660

Browse files
committed
Enable external links in prepaid builds
1 parent 9e5d717 commit 3bb1660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/prepaid/res/values/bools.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<bool name="show_donate_in_about">false</bool>
4-
<bool name="hide_google_relations">true</bool>
5-
<bool name="hide_all_external_links">true</bool>
4+
<bool name="hide_google_relations">false</bool>
5+
<bool name="hide_all_external_links">false</bool>
66
<bool name="pretend_thank_you_installed">true</bool>
77
</resources>

0 commit comments

Comments
 (0)