diff options
author | cyberta <cyberta@riseup.net> | 2022-05-20 15:36:17 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-05-20 15:36:17 +0000 |
commit | fb3dae7060cd964f5fb390409f263b85bc4b82bb (patch) | |
tree | 697d050b437501d6d4caa54b63a4260b6c6216da /app/build.gradle | |
parent | 21a94d4dbb3b8a334024255b602be0e7c836198b (diff) | |
parent | 488ea9cc4ddad2ba5153e27b8cf264dcfe1e731b (diff) |
Merge branch 'update_donation_link' into 'master'
update donation link: point to riseuplabs.org
See merge request leap/bitmask_android!186
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 5b1c0a7e..2cd8aff5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ 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://riseup.net/vpn/donate"' + buildConfigField 'String', 'default_donation_url', '"https://riseuplabs.org/leap"' //The field to enable donations in the app. 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. |