Commit db08dc0 1 parent dd7b2e5 commit db08dc0 Copy full SHA for db08dc0
File tree 2 files changed +4
-21
lines changed
2 files changed +4
-21
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
- <string name =" changelog_date" translatable =" false" >June 28 , 2024</string >
3
+ <string name =" changelog_date" translatable =" false" >Dec 17 , 2024</string >
4
4
5
5
<string-array name =" changelog" >
6
6
<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 >
26
9
</string-array >
27
10
28
11
</resources >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
20
20
rootProject. ext {
21
21
def major = 3
22
22
def minor = 20
23
- def patch = 1
23
+ def patch = 4
24
24
25
25
VersionCode = major * 10000 + minor * 100 + patch
26
26
VersionName = " $major . $minor . $patch "
You can’t perform that action at this time.
0 commit comments