summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyberta <cyberta@riseup.net>2022-05-05 20:06:30 +0000
committercyberta <cyberta@riseup.net>2022-05-05 20:06:30 +0000
commit2e1ff063a14e94fe10381de71c7c145a41e240b5 (patch)
tree9b4a1b436ae55d87c5498466d60fe5f175d7dfb8
parent9adaf9e2b925089dc169d8d6f9b3514e10674e3a (diff)
parent21b3e515bddf5294c774917f51fce25e4ff5ac9e (diff)
Merge branch 'donation_reminder' into 'master'
change donation reminder to 7 days, point bitmask donation link to riseup See merge request leap/bitmask_android!176
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index cfd37d04..1a15f470 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -29,13 +29,13 @@ android {
//This is the default donation URL and should be set to the donation page of LEAP
// and this should not be set/altered anywhere else.
- buildConfigField 'String', 'default_donation_url', '"https://leap.se/donate/"'
+ buildConfigField 'String', 'default_donation_url', '"https://riseup.net/vpn/donate"'
//The field to enable donations in the app.
- buildConfigField 'boolean', 'enable_donation', 'false'
+ buildConfigField 'boolean', 'enable_donation', 'true'
//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', 'false'
+ buildConfigField 'boolean', 'enable_donation_reminder', 'true'
//The duration in days to trigger the donation reminder
- buildConfigField 'int', 'donation_reminder_duration', '30'
+ buildConfigField 'int', 'donation_reminder_duration', '7'
//skip the account creation / login screen if the provider offers anonymous vpn usage, use directly the anonymous cert instead
buildConfigField 'boolean', 'priotize_anonymous_usage', 'false'
//allow manual gateway selection
@@ -153,7 +153,7 @@ android {
//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'
//The duration in days to trigger the donation reminder
- buildConfigField 'int', 'donation_reminder_duration', '30'
+ buildConfigField 'int', 'donation_reminder_duration', '7'
// Build apks for each architecture, in addition to one 'fat' apk containing libraries for all all architectures
// enable this if you're publishing in gplay