Skip to content

Commit

Permalink
Update for V5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Mar 16, 2022
1 parent 4e5010a commit a9a9503
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Changelog
==========
Version 5.2 (2022-03-16)
* new widget layout
* bugfix for OpenStreetMap

Version 5.1 (2022-03-9)
* Location names can be changed

Version 5.0 (2022-02-26)
* Revert minify due to crash on Android 12
Expand Down
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 51
versionName "5.1"
versionCode 52
versionName "5.2"

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/52.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Neues Widget Layout
Fehlerbeseitigung
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/52.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
New widget layout
Bugfixes

0 comments on commit a9a9503

Please sign in to comment.