Skip to content

Commit

Permalink
Update fastlane for V5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Apr 18, 2022
1 parent 4245dad commit 6f4026b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
// do not increase targetSdkVersion beyond 29, this will make permission requests for GPS much more complex
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 29
versionCode 52
versionName "5.2"
versionCode 53
versionName "5.3"

buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\""
buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/53.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Übersetzung für Holländisch, Dänisch, Schwedisch, Ungarisch
Option für ungefähre Postion (nur Android 12)
Bessere Darstellung für Regen innerhalb 60min
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/53.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Translation for Dutch, Danish, Swedish, Hungarian
Coarse location option (Android 12 only)
Improved indicator for rain within 60min

0 comments on commit 6f4026b

Please sign in to comment.