From d348d0ce7311549b99acdaddf26e81a995469ae5 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sat, 24 Feb 2024 16:30:28 +0100 Subject: fix accidentally removed donation URL build config field --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index a4c5f208..171cad02 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,6 +46,8 @@ 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://riseuplabs.org/leap"' + // custom donation url, only used in Custom flavor + buildConfigField 'String', 'donation_url', 'null' //The field to enable donations in the app. 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. -- cgit v1.2.3