Skip to content

Commit

Permalink
ReVancedUpdater: Bump version to 3.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <[email protected]>
  • Loading branch information
LeddaZ committed Apr 21, 2024
1 parent e881c22 commit 3904a5d
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 = 26
targetSdk = 34
versionCode = getCommitCount()
versionName = "3.3.8 (" + getCommitHash() + ")"
versionName = "3.4.0 (" + getCommitHash() + ")"
}

buildTypes {
Expand Down

0 comments on commit 3904a5d

Please sign in to comment.