Version bump to 3.3.12

This commit is contained in:
Ricki Hirner 2021-07-18 11:31:23 +02:00
parent 5e49d9c191
commit 189d7a31d8
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 303120004
versionCode 303120005
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21 // Android 5
@ -55,7 +55,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
versionName "3.3.12-rc1-ose"
versionName "3.3.12-ose"
}
}