Skip to content

Commit a3e4f74

Browse files
committed
Update version and changelog
1 parent 03c00c4 commit a3e4f74

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
[//]: # (TODO: Fix images with transparent background showing placeholder in translators dialog)
66

7+
# v3.22.1
8+
- Fixed issue with predictive back gesture
9+
- Minor fixes
10+
711
# v3.22.0
812
- Improved CandyBar for library usage (thanks to [@moertel][c1])
913
- Added support for Ion Launcher and mLauncher (thanks to [@GitGitro](https://github.com/GitGitro))

app/src/main/res/values/changelog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<item>Updated translations</item>
2020
<item>Updated Gradle and AGP</item>
2121
<item>Updated dependencies</item>
22+
<item>Fixed issue with predictive back gesture</item>
2223
</string-array>
2324

2425
</resources>

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
rootProject.ext {
2121
def major = 3
2222
def minor = 22
23-
def patch = 0
23+
def patch = 1
2424

2525
VersionCode = major * 10000 + minor * 100 + patch
2626
VersionName = "$major.$minor.$patch"

0 commit comments

Comments
 (0)