From 488ea9cc4ddad2ba5153e27b8cf264dcfe1e731b Mon Sep 17 00:00:00 2001 From: cyBerta Date: Fri, 20 May 2022 15:33:42 +0200 Subject: update donation link: point to riseuplabs.org --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') 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. -- cgit v1.2.3