update V1.1

This commit is contained in:
woheller69 2023-04-12 17:37:21 +02:00
parent 555c17bdd1
commit ab477f2cab
3 changed files with 10 additions and 3 deletions

View file

@ -12,8 +12,8 @@ android {
applicationId "org.woheller69.solxpect"
minSdkVersion 26
targetSdkVersion 31
versionCode 10
versionName "1.0"
versionCode 11
versionName "1.1"
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""