Skip to content

Commit

Permalink
update for V6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed May 19, 2023
1 parent bb29c77 commit 0bd7753
Show file tree
Hide file tree
Showing 3 changed files with 6 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 @@ -13,8 +13,8 @@ android {
applicationId "org.woheller69.weather"
minSdkVersion 21
targetSdkVersion 31
versionCode 59
versionName "5.9"
versionCode 60
versionName "6.0"

buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\""
buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/60.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Polnische Übersetzung
Fehlerbehebung
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/60.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Polish translation
Bugfixes

0 comments on commit 0bd7753

Please sign in to comment.