Skip to content

Commit

Permalink
Advance version number to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Oct 20, 2024
1 parent c5fc0c4 commit 94f9f08
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.21.1
* Add an option to prevent home screen reuse
* Fix immersive mode on devices with a notch

## 1.21.0
* Add long press/double tap options to open app list
* Add an option to enable immersive mode
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 48
versionName '1.21.0'
versionCode 49
versionName '1.21.1'
}

signingConfigs {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/49.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Add an option to prevent home screen reuse
* Fix immersive mode on devices with a notch

0 comments on commit 94f9f08

Please sign in to comment.