Skip to content

Commit

Permalink
Update to V5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Feb 26, 2022
1 parent 858b436 commit 0355a32
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
==========

Version 5.0 (2022-02-26)
* Revert minify due to crash on Android 12

Version 4.9 (2022-02-22)
* Translation for Brazilian Portuguese

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 49
versionName "4.9"
versionCode 50
versionName "5.0"

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/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bugfix: minify wieder deaktiviert wegen Crash unter Android 12
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bugfix: revert minify due to crash on Android 12

0 comments on commit 0355a32

Please sign in to comment.