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

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

# v3.20.3
- Fix JitPack issue (thanks to [Donnnno][Donnnno])

# v3.20.2
- Updated Muzei to v3.4.2 (thanks to [Donnnno][Donnnno])
- Updated translations
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:8.5.1'
classpath 'com.android.tools.build:gradle:8.5.2'
}
}

Expand All @@ -20,7 +20,7 @@ allprojects {
rootProject.ext {
def major = 3
def minor = 20
def patch = 2
def patch = 3

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

0 comments on commit 08090bb

Please sign in to comment.