Skip to content

Commit

Permalink
Update V5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Mar 9, 2022
1 parent 2f9040b commit a59a79b
Show file tree
Hide file tree
Showing 3 changed files with 4 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 50
versionName "5.0"
versionCode 51
versionName "5.1"

buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\""
buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/de-DE/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ortsnamen können editiert werden
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Location names can be changed

0 comments on commit a59a79b

Please sign in to comment.