summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2022-08-07 22:13:10 +0200
committercyBerta <cyberta@riseup.net>2022-08-07 22:13:10 +0200
commit6e824a7bf5b127239d838a64a98c45c5d20e7e05 (patch)
treef415af41a05c766846d83c2b5d8de0ec40325ef1
parent09bde72ed77432a081b3536b92390e3349c8e039 (diff)
disable donations for bitmask again
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b86a5810..9bfade34 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -22,8 +22,8 @@ android {
// 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
// however we don't calculate the versionCode here, because F-Droid doesn't like that
- versionCode 163000
- versionName "1.1.5"
+ versionCode 164000
+ versionName "1.1.5RC2"
minSdkVersion 16
targetSdkVersion 30
vectorDrawables.useSupportLibrary = true
@@ -36,7 +36,7 @@ android {
// and this should not be set/altered anywhere else.
buildConfigField 'String', 'default_donation_url', '"https://riseuplabs.org/leap"'
//The field to enable donations in the app.
- buildConfigField 'boolean', 'enable_donation', 'true'
+ 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.
buildConfigField 'boolean', 'enable_donation_reminder', 'true'
//The duration in days to trigger the donation reminder