aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorsteckbrief <steckbrief@chefmail.de>2020-04-10 17:41:58 +0200
committersteckbrief <steckbrief@chefmail.de>2020-04-10 17:41:58 +0200
commit20501a168c10aa994a3ecfac96e395291079d1cf (patch)
tree5c4594fcdfccebbb606fe83c6d03030e21ee9192 /build.gradle
parent65ed07ffa90b9a02b957eea6a48bf64509535ce7 (diff)
relates to FS#299: Changes URL to staticmap for generating location map image to piratx.thedevstack.de, moves definition of invite host url and url to staticmap to build config
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 207c73710..936ce7e9b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -107,6 +107,9 @@ android {
applicationId appId
multiDexEnabled true
resValue "string", "applicationId", applicationId
+
+ buildConfigField 'String', 'STATICMAP_URL', '"https://piratx.thedevstack.de/staticmap"'
+ buildConfigField 'String', 'INVITE_HOST', '"jabber.thedevstack.de"'
}
dataBinding {