Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnnno committed Dec 17, 2024
1 parent dd7b2e5 commit db08dc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
23 changes: 3 additions & 20 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="changelog_date" translatable="false">June 28, 2024</string>
<string name="changelog_date" translatable="false">Dec 17, 2024</string>

<string-array name="changelog">
<item>Updated AGP and dependencies</item>
<item>Updated Play Billing Library to v7</item>
<item>Updated OneSignal to v5. Better notification support</item>
<item>Fixed duplicated icon file naming in XMLs</item>
<item>Updated translations</item>
<item>
<![CDATA[
Update layout components by <a href="https://github.com/connyduck">@connyduck</a>
]]>
</item>
<item>
<![CDATA[
Added Motorola launcher by <a href="https://github.com/maxtron95">@maxtron95</a>
]]>
</item>
<item>
<![CDATA[
Added Ko-fi icon in about section by <a href="https://github.com/OSHeden">@OSHeden</a>
]]>
</item>
<item>Add support for Projectivy Launcher</item>
<item>Updated Photoview</item>
</string-array>

</resources>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
rootProject.ext {
def major = 3
def minor = 20
def patch = 1
def patch = 4

VersionCode = major * 10000 + minor * 100 + patch
VersionName = "$major.$minor.$patch"
Expand Down

0 comments on commit db08dc0

Please sign in to comment.