summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-05-05 11:48:56 +0200
committercyBerta <cyberta@riseup.net>2022-05-05 11:48:56 +0200
commit21b3e515bddf5294c774917f51fce25e4ff5ac9e (patch)
tree2c617fafb5330fd85606d9ba7c6ea49b36ba931b
parent0c3adf0ceff6c9fd4cd4910ae5257352ce5753c6 (diff)
change donation reminder to 7 days, point bitmask donation link to riseup
-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