Skip to content

Commit 1539cb2

Browse files
committed
Bump version to 3.5.1
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
1 parent 105f7fe commit 1539cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
minSdk = 26
3131
targetSdk = 35
3232
versionCode = getCommitCount()
33-
versionName = "3.5.0 (" + getCommitHash() + ")"
33+
versionName = "3.5.1 (" + getCommitHash() + ")"
3434
}
3535

3636
buildTypes {

0 commit comments

Comments
 (0)