Skip to content

Commit

Permalink
ReVancedUpdater: Bump version to 3.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed Feb 10, 2024
1 parent c4d73fd commit 50e9eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = getCommitCount()
versionName = "3.3.2 (" + getCommitHash() + ")"
versionName = "3.3.3 (" + getCommitHash() + ")"
}

buildTypes {
Expand Down

0 comments on commit 50e9eeb

Please sign in to comment.