mirror of
https://github.com/woheller69/solxpect.git
synced 2026-02-19 05:38:06 +01:00
Add option to run own servers for APIs
This commit is contained in:
parent
5b43313882
commit
836376d7dd
8 changed files with 49 additions and 19 deletions
|
|
@ -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/\""
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue