diff options
author | cyBerta <cyberta@riseup.net> | 2022-02-04 22:53:20 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-02-04 22:53:20 +0100 |
commit | 1213eb5eea5806ddd31c092502013dda43d4dfe3 (patch) | |
tree | 11a7406002b01f7c9808679e3ebf3a6ee78c3ed6 /app | |
parent | 2f777b5ebd80fc3f6a46dc09f60057370c399042 (diff) |
don't show donation button in Bitmask for now
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index df1634c7..0f3d1661 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -31,9 +31,9 @@ android { // and this should not be set/altered anywhere else. buildConfigField 'String', 'default_donation_url', '"https://leap.se/donate/"' //The field to enable donations in the app. - buildConfigField 'boolean', 'enable_donation', 'true' + buildConfigField 'boolean', 'enable_donation', 'false' //The field to enable donation reminder popup in the app if enable_donation is set to 'false' this will be disabled. - buildConfigField 'boolean', 'enable_donation_reminder', 'true' + buildConfigField 'boolean', 'enable_donation_reminder', 'false' //The duration in days to trigger the donation reminder buildConfigField 'int', 'donation_reminder_duration', '30' //skip the account creation / login screen if the provider offers anonymous vpn usage, use directly the anonymous cert instead |