mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -04:00
Replaced hardcoded URL with hostname to make tests more portable.
This commit is contained in:
parent
4977ec9a3c
commit
b9c78f7ca7
@ -186,7 +186,7 @@ android {
|
|||||||
|
|
||||||
local_download_server {
|
local_download_server {
|
||||||
initWith(buildTypes.debug)
|
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']
|
matchingFallbacks = ['debug', 'release']
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user