Skip to content

Commit 7747775

Browse files
committed
Update version and changelog
1 parent 83016da commit 7747775

3 files changed

Lines changed: 14 additions & 20 deletions

File tree

CHANGELOG.md

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

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

7+
# v3.23.0
8+
- Fix crash on Android 9
9+
- Now shows "Wallpaper App" on navigation drawer when external app is set as wallpaper provider
10+
- Minor fixes
11+
- Updated Gradle and AGP
12+
- Updated translations
13+
714
# v3.22.2
815
- Fixed bottom bar overlapping in wallpaper preview
916

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="changelog_date" translatable="false">October 16, 2025</string>
3+
<string name="changelog_date" translatable="false">May 8, 2026</string>
44

55
<string-array name="changelog">
6-
<item><![CDATA[
7-
Improved CandyBar for library usage (thanks to <a href="https://github.com/moertel">@moertel</a>)
8-
]]></item>
9-
<item><![CDATA[
10-
Added support for Ion Launcher and mLauncher (thanks to <a href="https://github.com/GitGitro">@GitGitro</a>)
11-
]]></item>
12-
<item><![CDATA[
13-
Fixed PhotoView (thanks to <a href="https://github.com/Donnnno">@Donnnno</a>)
14-
]]></item>
15-
<item><![CDATA[
16-
Fixed icons showing multiple times in all icons tab (thanks to <a href="https://github.com/Kaiserdragon2">@Kaiserdragon2</a>)
17-
]]></item>
18-
<item>Upgrade Billing Library to version 8</item>
19-
<item>Updated translations</item>
6+
<item>Fix crash on Android 9</item>
7+
<item>Now shows "Wallpaper App" on navigation drawer when external app is set as wallpaper provider</item>
8+
<item>Minor fixes</item>
209
<item>Updated Gradle and AGP</item>
21-
<item>Updated dependencies</item>
22-
<item>Fixed issue with predictive back gesture</item>
23-
<item>Fixed bottom bar overlapping in wallpaper preview</item>
10+
<item>Updated translations</item>
2411
</string-array>
2512

2613
</resources>

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ allprojects {
1919

2020
rootProject.ext {
2121
def major = 3
22-
def minor = 22
23-
def patch = 2
22+
def minor = 23
23+
def patch = 0
2424

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

0 commit comments

Comments
 (0)