Version bump to 3.6.2.1

This commit is contained in:
Ricki Hirner 2020-01-14 21:07:46 +01:00
parent 2f33374649
commit 3905679576
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,7 @@ android {
defaultConfig {
applicationId "at.bitfire.davdroid"
versionCode 328
versionName '2.6.3'
versionCode 329
buildConfigField "long", "buildTime", System.currentTimeMillis() + "L"
buildConfigField "boolean", "customCerts", "true"
@ -44,7 +43,7 @@ android {
flavorDimensions "distribution"
productFlavors {
standard {
versionName "2.6.3-ose"
versionName "2.6.3.1-ose"
}
}

View file

@ -0,0 +1 @@
Update libraries, including okhttp, to fix a crash when resource detection with HTTP/2 connections is cancelled by user