Skip to content

Commit

Permalink
Advance version number to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Sep 14, 2024
1 parent 9a19f8e commit 8c74fdd
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@
# Change Log

## 1.20.0
* Add an option to always open the app drawer when no app was lauched
* Update icon colors from Material You color changes
* Update Ukrainian translation
* Fix display error after an icon has been changed

## 1.19.4
* Improve handling interactions during animations
* Add Dutch translation
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdk 9
targetSdk sdk_version

versionCode 45
versionName '1.19.4'
versionCode 46
versionName '1.20.0'
}

signingConfigs {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/46.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Add an option to always open the app drawer when no app was lauched
* Update icon colors from Material You color changes
* Update Ukrainian translation
* Fix display error after an icon has been changed

0 comments on commit 8c74fdd

Please sign in to comment.