hide the Shared Theme button in the foss app variant
This commit is contained in:
parent
e809269e58
commit
8f8273ec6f
|
@ -61,7 +61,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:745f169a48'
|
||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:106be9169e'
|
||||
implementation 'org.greenrobot:eventbus:3.3.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
}
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
<bool name="show_donate_in_about">true</bool>
|
||||
<bool name="avoid_showing_rating_prompt">true</bool>
|
||||
<bool name="pretend_thank_you_installed">true</bool>
|
||||
<bool name="hide_shared_theme_button">true</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue