Version bump to 3.3.12

This commit is contained in:
Ricki Hirner 2021-07-14 16:23:40 +02:00
parent dbd0dd0a9b
commit a84b8a5a65
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -0,0 +1,4 @@
* login: provide auto-completion for some common base URLs
* debug info: better zip sharing
* minor bug fixes and improvements