Skip to content

Commit 05c38c2

Browse files
[skip ci] chore: bump version to 1.2.5
1 parent 3f1fca7 commit 05c38c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ android {
1515
minSdk = 26
1616
targetSdk = 37
1717
versionCode = getGitCommitCount()
18-
versionName = "1.2.4-$currentGitHash"
18+
versionName = "1.2.5-$currentGitHash"
1919
}
2020

2121
val keystoreFile = rootProject.file(project.findProperty("KEYSTORE_FILE") ?: "key.jks")

0 commit comments

Comments
 (0)