Replaced hardcoded URL with hostname to make tests more portable.

This commit is contained in:
Julian Harty 2017-12-15 10:39:43 +00:00
parent 4977ec9a3c
commit b9c78f7ca7

View File

@ -186,7 +186,7 @@ android {
local_download_server {
initWith(buildTypes.debug)
buildConfigField "String", "KIWIX_DOWNLOAD_URL", "\"http://192.168.1.196/\""
buildConfigField "String", "KIWIX_DOWNLOAD_URL", "\"http://kiwix-download-server/\""
matchingFallbacks = ['debug', 'release']
}