update version of dav4jvm to 2.1.2

Version 1.0 of dav4jvm had a dependency on okio 2.+
This led to the use of okio 2.10.0-SNAPSHOT, which caused "Unresolved reference: ByteString" so talk-android failed to build.
This commit sets version 2.1.2 for dav4jvm, which even has no direct dependency for okio any more (but for okhttp instead, which still uses okio 2.9.0).

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2020-12-19 22:57:28 +01:00
parent eac3a2257a
commit 9b6b3db796

View File

@ -255,7 +255,7 @@ dependencies {
implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.0.0'
implementation 'org.michaelevans.colorart:library:0.0.3'
implementation 'com.google.android:flexbox:2.0.0'
implementation 'com.gitlab.bitfireAT:dav4jvm:1.0'
implementation 'com.gitlab.bitfireAT:dav4jvm:2.1.2'
implementation 'org.conscrypt:conscrypt-android:2.4.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'