Skip to content

Commit

Permalink
Update to V5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Dec 13, 2022
1 parent d3db4e8 commit 416bb12
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
==========

Version 5.7
* Upgrade to SDK 32
* Bugfixes

Version 5.6
* Support OneCallAPI 3.0 (Required for new users due to change of policy at OpenWeatherMap)

Expand Down
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 56
versionName "5.6"
versionCode 57
versionName "5.7"

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/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Upgrade auf Android 12 SDK
Fehlerbehebung
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Upgrade to Android 12 SDK
Bugfixes
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit 416bb12

Please sign in to comment.