From 1213eb5eea5806ddd31c092502013dda43d4dfe3 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 4 Feb 2022 22:53:20 +0100 Subject: don't show donation button in Bitmask for now --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') 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 -- cgit v1.2.3