Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-04-30 01:56:52 +0300
committerGitHub <noreply@github.com>2021-04-30 01:56:52 +0300
commitcdaecef095fe22d71bebbc5fd0c64a2fb830f891 (patch)
tree897eccfa3130b771090b26b3958583000c2c28d3 /app/build.gradle
parentf7761cdc1084bbc0ef02f67791ed931b686a2d85 (diff)
parentd46d726118cd86a1f7f9ee231ad9f0a16322b4bd (diff)
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
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index bd44ce9ac..dfb2ec86b 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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'