summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5b1c0a7e..5c804d75 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -17,8 +17,9 @@ android {
applicationId "se.leap.bitmaskclient"
// the factor 1000 is used so that gplay users can upgrade from split apks ((current version number - 1) * 1000) + n
// to extracted bundle apks, supplied by google
- versionCode 161 * 1000
- versionName "1.1.3"
+ // however we don't calculate the versionCode here, because F-Droid doesn't like that
+ versionCode 162000
+ versionName "1.1.4"
minSdkVersion 16
targetSdkVersion 30
vectorDrawables.useSupportLibrary = true
@@ -29,7 +30,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.