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:
authortobiasKaminsky <tobias@kaminsky.me>2021-03-11 12:07:21 +0300
committertobiasKaminsky <tobias@kaminsky.me>2021-03-11 12:18:09 +0300
commit439417cef411065e3361d5e8c78326ace5b2acb3 (patch)
tree6741e63cb7927814291b8415819975fe2aea715c
parent8a1c5dc4dbbe18e4941192c3b8cf68540ece1eed (diff)
Bump to 11.0.1v11.0.111.0.1
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 528153b76..7b0ee5257 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -155,7 +155,7 @@ dependencies {
implementation ('com.gitlab.bitfireAT:dav4jvm:f2078bc846', {
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'