diff options
author | cyBerta <cyberta@riseup.net> | 2021-01-10 15:13:52 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-01-10 15:13:52 +0100 |
commit | f6348aa29a65b60f63749ecbd1620baa3499db0d (patch) | |
tree | ad585f40d4da2d26edfef01cf1ed01e82fda6c44 | |
parent | ab0e3001ea6402f4848aa99ecbe315e7699fe1bc (diff) |
fix default donation url
-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 979bf40f..e6d7715a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -25,7 +25,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://leap.se/en/about-us/donate"' + buildConfigField 'String', 'default_donation_url', '"https://leap.se/donate/"' //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. |