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 Dec 30, 2024
1 parent 55e3fe2 commit 19955ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

# v3.21.1
- Fixed deprecated features

# v3.21.0
- Fixed dependency issue with photoview
- Updated social icons in the about section
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<item>Updated translations</item>
<item>Updated Gradle and AGP</item>
<item>Updated dependencies</item>
<item>Fixed deprecated features</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 = 21
def patch = 0
def patch = 1

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

0 comments on commit 19955ae

Please sign in to comment.