Skip to content

Commit 168873f

Browse files
committed
chore: releasing 2.19.0-2
1 parent 1d685d4 commit 168873f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ android {
4040
// The version fields are set with actual values to support F-Droid
4141
// In Play variant, they are overridden and taken from git to support alpha/beta testing.
4242
// For actual releases they match.
43-
versionCode = 3967
44-
versionName = "2.19.0"
43+
versionCode = 3970
44+
versionName = "2.19.0-2"
4545
// TLS1.3 is enabled in Android 10 (29) and above
4646
minSdk = 29
4747
targetSdk =
@@ -135,7 +135,7 @@ android {
135135
}
136136
create("play") {
137137
dimension = "store"
138-
versionName = "2.19.0"
138+
versionName = "2.19.0-2"
139139
versionCode = commitCount
140140
applicationIdSuffix = ".play"
141141
}

0 commit comments

Comments
 (0)