Version bump to 2.6.4

This commit is contained in:
Ricki Hirner 2020-02-20 18:13:25 +01:00
parent ae4c6e94c8
commit 5622d743c3
2 changed files with 6 additions and 2 deletions

View file

@ -19,7 +19,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 330
versionCode 331
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -44,7 +44,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
versionName "2.6.4-beta1-ose"
versionName "2.6.4-ose"
}
}

View file

@ -0,0 +1,4 @@
* calendar sync: delete exceptions from events when events are mass-deleted, to
* events/tasks: improve handling of VALARM (REL=END, VALUE=DATE-TIME)
* Webcal calendars: use UrlUtils.equals to find matching calendar
* new translation and libraries