Skip to content

Commit

Permalink
Update for V5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Jul 7, 2022
1 parent 153cf43 commit 70105cb
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 53
versionName "5.3"
versionCode 54
versionName "5.4"

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/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Option für Luftdruck im Tages- und Wochenverlauf
Bibliotheken geändert
Bugfixes
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Option for air pressure in course of day and week forecasts
Library changes
Bugfixes

0 comments on commit 70105cb

Please sign in to comment.