Add option to run own servers for APIs

This commit is contained in:
woheller69 2023-09-21 21:30:12 +02:00
parent 5b43313882
commit 836376d7dd
8 changed files with 49 additions and 19 deletions

View file

@ -12,6 +12,8 @@ android {
versionName "2.1"
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "TILES_URL","\"https://tile.openstreetmap.org/\""
buildConfigField "String", "GEOCODING_URL","\"https://geocoding-api.open-meteo.com/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""
}