Skip to content

Commit

Permalink
ReVancedUpdater: Bump version to 3.4.2
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed Sep 11, 2024
1 parent 4acb698 commit 97b2bb4
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 = 35
versionCode = getCommitCount()
versionName = "3.4.1 (" + getCommitHash() + ")"
versionName = "3.4.2 (" + getCommitHash() + ")"
}

buildTypes {
Expand Down

0 comments on commit 97b2bb4

Please sign in to comment.