hide Google relations at the foss build variant

This commit is contained in:
tibbi 2022-05-21 16:20:49 +02:00
parent 54f5f2756e
commit 1dadef9742
2 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:1bc50d636c'
implementation 'com.github.SimpleMobileTools:Simple-Commons:e0671f01ce'
implementation 'com.github.tibbi:AndroidPdfViewer:da57ff410e'
implementation 'com.github.Stericson:RootTools:df729dcb13'
implementation 'com.github.Stericson:RootShell:1.6'

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="show_donate_in_about">true</bool>
<bool name="hide_google_relations">true</bool>
</resources>