Skip to content

Commit

Permalink
Advance version number to 2.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markusfisch committed Mar 28, 2024
1 parent 2f835d1 commit 78a578b
Show file tree
Hide file tree
Showing 3 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,5 +1,8 @@
# Change Log

## 2.33.2
* Fix click detection in the overflow menu

## 2.33.1
* Fix overflow menu on pre Lollipop

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdk 14
targetSdk sdk_version

versionCode 80
versionName '2.33.1'
versionCode 81
versionName '2.33.2'

vectorDrawables.useSupportLibrary true
}
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/81.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix click detection in the overflow menu

0 comments on commit 78a578b

Please sign in to comment.