hide all external links in the prepaid variant

This commit is contained in:
tibbi 2022-02-23 19:01:08 +01:00
parent 7d7faadb69
commit 1f74eb37f5
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:d08f56b07c'
implementation 'com.github.SimpleMobileTools:Simple-Commons:dd64d4af82'
implementation "androidx.print:print:1.0.0"
}

View File

@ -2,4 +2,5 @@
<resources>
<bool name="show_donate_in_about">true</bool>
<bool name="hide_google_relations">true</bool>
<bool name="hide_all_external_links">true</bool>
</resources>