Merge pull request #1199 from nextcloud/dependabot/gradle/org.conscrypt-conscrypt-android-2.5.2

Bump conscrypt-android from 2.5.1 to 2.5.2
This commit is contained in:
Andy Scherzinger 2021-04-30 00:56:52 +02:00 committed by GitHub
commit cdaecef095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ dependencies {
exclude group: 'org.ogce', module: 'xpp3' // Android comes with its own XmlPullParser
})
ktlint "com.pinterest:ktlint:0.41.0"
implementation 'org.conscrypt:conscrypt-android:2.5.1'
implementation 'org.conscrypt:conscrypt-android:2.5.2'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'