mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
hide all external links in the prepaid variant
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user