aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2020-04-10 20:45:17 +0200
committersteckbrief <steckbrief@chefmail.de>2020-04-10 20:45:17 +0200
commitae791a5a4acbef46b8b91896373369ff143fc009 (patch)
treea1e2e83e3220371c5bc8b497fc04eb09bd699fe7 /build.gradle
parent815e972b2c0891453a0fa028029b843e9b796537 (diff)
relates to FS#299: moves privacy and terms of use urls to build config
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 936ce7e9b..ae5499dc4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -110,6 +110,8 @@ android {
buildConfigField 'String', 'STATICMAP_URL', '"https://piratx.thedevstack.de/staticmap"'
buildConfigField 'String', 'INVITE_HOST', '"jabber.thedevstack.de"'
+ buildConfigField 'String', 'TERMS_OF_USE_URL', '"https://piratx.thedevstack.de/termsofuse.html"'
+ buildConfigField 'String', 'PRIVACY_URL', '"https://piratx.thedevstack.de/privacy.html"'
}
dataBinding {