diff --git a/app/build.gradle b/app/build.gradle index 1315caae..a13ccc14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } } diff --git a/fastlane/metadata/android/en-US/changelogs/303060003.txt b/fastlane/metadata/android/en-US/changelogs/303060003.txt new file mode 100644 index 00000000..92317c39 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/303060003.txt @@ -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