-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9451669
commit 550bca3
Showing
4 changed files
with
32 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="changelog_date" translatable="false">July 25, 2024</string> | ||
<string name="changelog_date" translatable="false">December 23, 2024</string> | ||
|
||
<string-array name="changelog"> | ||
<item>Updated AGP and dependencies</item> | ||
<item>Updated Play Billing Library to v7</item> | ||
<item>Updated Muzei to v3.4.2</item> | ||
<item>Updated OneSignal to v5. Better notification support</item> | ||
<item>Fixed duplicated icon file naming in XMLs</item> | ||
<item>Fixed dependency issue with photoview</item> | ||
<item>Updated social icons in the about section</item> | ||
<item><![CDATA[ | ||
Added Projectivy Launcher support (thanks to <a href="https://github.com/spocky">@spocky</a>) | ||
]]></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>Updated Gradle and AGP</item> | ||
<item>Updated dependencies</item> | ||
</string-array> | ||
|
||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
plugins { | ||
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0' | ||
} | ||
include ':app', ':library', ':extLibs:PreLollipopTransitions' |