diff --git a/CHANGELOG.md b/CHANGELOG.md index d6d40f1..0208658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 28 + +* Fixed issue with inconsistent clickable area for counter value. + ## Version 27 * Menu styling adjustment diff --git a/build.gradle b/build.gradle index 3c4e37d..ccee3bc 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ ext { compileSdkVersion = 33 minSdkVersion = 19 - appVersion = 27 + appVersion = 28 } task clean(type: Delete) {