Skip to content

Commit

Permalink
Update fastlane for V3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
woheller69 committed Apr 22, 2021
1 parent beeec76 commit 4aa0e92
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
==========

Version 3.2 (2021-04-22)

* Translation for Italian
* Bugfixes

Version 3.1 (2021-04-12)

* Dark Mode for Android 10+ (new settings option)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.woheller69.weather"
minSdkVersion 21
targetSdkVersion 29
versionCode 31
versionName "3.1"
versionCode 32
versionName "3.2"

buildConfigField "String", "DEFAULT_API_KEY", "\"00000000000000000000000000000000\""
buildConfigField "String", "BASE_URL", "\"https://api.openweathermap.org/data/2.5/\""
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Übersetzung für Italienisch
Bugfixes

2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Translation for Italian
Bugfixes

0 comments on commit 4aa0e92

Please sign in to comment.