Skip to content

Commit 33f3bb3

Browse files
committed
Release v1.3.0 as versionCode 130
The v1.3.1 bump left versionCode at 131 after the release name went back to 1.3.0, breaking the convention where the code mirrors the version name. Nothing is published at 131 yet, so correct it before release and rename the F-Droid changelog to match.
1 parent 19aa19f commit 33f3bb3

2 files 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
@@ -62,7 +62,7 @@ android {
6262
defaultConfig {
6363
applicationId = "com.gent8.taison"
6464

65-
versionCode = 131
65+
versionCode = 130
6666
versionName = "1.3.0"
6767

6868
buildConfigField("String", "COMMIT_COUNT", "\"${getLatestCommitCount()}\"")
File renamed without changes.

0 commit comments

Comments
 (0)