diff --git a/app/build.gradle b/app/build.gradle index a947d806e..11f4f6121 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -155,7 +155,7 @@ dependencies { implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.2', { exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser }) - implementation 'org.conscrypt:conscrypt-android:2.2.1' + implementation 'org.conscrypt:conscrypt-android:2.5.1' implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'