fixes #24
This commit is contained in:
woheller69 2024-07-17 15:41:31 +02:00
parent 5337da4e67
commit 9ab548b9ee
11 changed files with 47 additions and 39 deletions

View file

@ -8,8 +8,8 @@ android {
applicationId "org.woheller69.solxpect"
minSdkVersion 26
targetSdk 34
versionCode 24
versionName "2.4"
versionCode 25
versionName "2.5"
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "TILES_URL","\"https://tile.openstreetmap.org/\""