Skip to content

Commit 8f8273e

Browse files
committed
hide the Shared Theme button in the foss app variant
1 parent e809269 commit 8f8273e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ android {
6161
}
6262

6363
dependencies {
64-
implementation 'com.github.SimpleMobileTools:Simple-Commons:745f169a48'
64+
implementation 'com.github.SimpleMobileTools:Simple-Commons:106be9169e'
6565
implementation 'org.greenrobot:eventbus:3.3.1'
6666
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6767
}

app/src/fdroid/res/values/bools.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
<bool name="show_donate_in_about">true</bool>
44
<bool name="avoid_showing_rating_prompt">true</bool>
55
<bool name="pretend_thank_you_installed">true</bool>
6+
<bool name="hide_shared_theme_button">true</bool>
67
</resources>

0 commit comments

Comments
 (0)