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" applicationId "org.woheller69.solxpect"
minSdkVersion 26 minSdkVersion 26
targetSdkVersion 31 targetSdkVersion 31
versionCode 12 versionCode 13
versionName "1.2" versionName "1.3"
buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\"" buildConfigField "String", "BASE_URL", "\"https://api.open-meteo.com/v1/\""
buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\"" buildConfigField "String", "GITHUB_URL","\"https://github.com/woheller69/solxpect/\""

View file

@ -0,0 +1 @@
New Feature: Backup/Restore database