Skip to content

Commit db08dc0

Browse files
committed
bump version
1 parent dd7b2e5 commit db08dc0

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

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

+3-20
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="changelog_date" translatable="false">June 28, 2024</string>
3+
<string name="changelog_date" translatable="false">Dec 17, 2024</string>
44

55
<string-array name="changelog">
66
<item>Updated AGP and dependencies</item>
7-
<item>Updated Play Billing Library to v7</item>
8-
<item>Updated OneSignal to v5. Better notification support</item>
9-
<item>Fixed duplicated icon file naming in XMLs</item>
10-
<item>Updated translations</item>
11-
<item>
12-
<![CDATA[
13-
Update layout components by <a href="https://github.com/connyduck">@connyduck</a>
14-
]]>
15-
</item>
16-
<item>
17-
<![CDATA[
18-
Added Motorola launcher by <a href="https://github.com/maxtron95">@maxtron95</a>
19-
]]>
20-
</item>
21-
<item>
22-
<![CDATA[
23-
Added Ko-fi icon in about section by <a href="https://github.com/OSHeden">@OSHeden</a>
24-
]]>
25-
</item>
7+
<item>Add support for Projectivy Launcher</item>
8+
<item>Updated Photoview</item>
269
</string-array>
2710

2811
</resources>

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ allprojects {
2020
rootProject.ext {
2121
def major = 3
2222
def minor = 20
23-
def patch = 1
23+
def patch = 4
2424

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

0 commit comments

Comments
 (0)