We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d685d4 commit 168873fCopy full SHA for 168873f
1 file changed
app/build.gradle.kts
@@ -40,8 +40,8 @@ android {
40
// The version fields are set with actual values to support F-Droid
41
// In Play variant, they are overridden and taken from git to support alpha/beta testing.
42
// For actual releases they match.
43
- versionCode = 3967
44
- versionName = "2.19.0"
+ versionCode = 3970
+ versionName = "2.19.0-2"
45
// TLS1.3 is enabled in Android 10 (29) and above
46
minSdk = 29
47
targetSdk =
@@ -135,7 +135,7 @@ android {
135
}
136
create("play") {
137
dimension = "store"
138
139
versionCode = commitCount
140
applicationIdSuffix = ".play"
141
0 commit comments