update fastlane

This commit is contained in:
woheller69 2023-04-17 14:32:13 +02:00
parent 6537132813
commit 38295c65e1
2 changed files with 3 additions and 2 deletions

View file

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