mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -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 {
|
||||
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']
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user