Version bump to 3.3.6

This commit is contained in:
Ricki Hirner 2020-11-07 12:00:24 +01:00
parent 775a8abc60
commit 260c5f928d
2 changed files with 8 additions and 2 deletions

View File

@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 303060002
versionCode 303060003
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
minSdkVersion 21 // Android 5
@ -47,7 +47,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
versionName "3.3.6-beta2-ose"
versionName "3.3.6-ose"
}
}

View File

@ -0,0 +1,6 @@
* when an account is created, open it immediately after setup
* don't ask for active location services on Android <9 / location permissions on Android 8.0
* custom certificates: make it possible to trust different certificates with the same CN
* don't sync Webcal-only calendars/tasks lists over CalDAV (may cause duplicate calendars)
* better Android 11 compatibility
* minor improvements and bug fixes