Sfoglia il codice sorgente

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
Andy Scherzinger 4 anni fa
parent
commit
cdaecef095
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -185,7 +185,7 @@ dependencies {
         exclude group: 'org.ogce', module: 'xpp3'	// Android comes with its own XmlPullParser
         exclude group: 'org.ogce', module: 'xpp3'	// Android comes with its own XmlPullParser
     })
     })
     ktlint "com.pinterest:ktlint:0.41.0"
     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'
     implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'