We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48341d commit 0237833Copy full SHA for 0237833
app/build.gradle
@@ -215,7 +215,7 @@ dependencies {
215
implementation "androidx.work:work-rxjava2:${workVersion}"
216
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0'
217
implementation 'com.google.android.flexbox:flexbox:3.0.0'
218
- implementation ('com.github.bitfireAT:dav4jvm:2.1.3', {
+ implementation ('com.github.bitfireAT:dav4jvm:2.2.1', {
219
exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser
220
})
221
implementation 'org.conscrypt:conscrypt-android:2.5.3'
0 commit comments