Skip to content

Commit

Permalink
Enable external links in prepaid builds
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Feb 17, 2024
1 parent e9131ab commit 5e8ca3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/prepaid/res/values/bools.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">false</bool>
<bool name="hide_google_relations">true</bool>
<bool name="hide_all_external_links">true</bool>
<bool name="hide_google_relations">false</bool>
<bool name="hide_all_external_links">false</bool>
<bool name="pretend_thank_you_installed">true</bool>
</resources>

0 comments on commit 5e8ca3c

Please sign in to comment.