Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sarsamurmu committed Jul 25, 2024
1 parent 5178e48 commit 5d2f3f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

[Donnnno]: https://github.com/Donnnno

# v3.20.2
- Updated Muzei to v3.4.2 (thanks to [Donnnno][Donnnno])
- Updated translations

# v3.20.1
- Improve notification support

Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,10 +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">July 25, 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>Updated translations</item>
Expand Down
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 = 2

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

0 comments on commit 5d2f3f4

Please sign in to comment.