Skip to content

Commit

Permalink
ReVancedUpdater: Bump version to 3.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed Mar 28, 2024
1 parent 7a611c8 commit 513c371
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.5 (" + getCommitHash() + ")"
versionName = "3.3.6 (" + getCommitHash() + ")"
}

buildTypes {
Expand Down

0 comments on commit 513c371

Please sign in to comment.