File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments