diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-09-20 23:54:45 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-09-20 23:54:45 +0200 |
commit | 346b272bac84d7e77f918230a98bb2c46a472ded (patch) | |
tree | e63769bee82813fdced3c411bb53c682773ec176 | |
parent | c0c1af1ccaf11856fa765f98e5d4ad8e0fb4ab0c (diff) |
update libraries
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index c8fdaafb0..630f8df68 100644 --- a/build.gradle +++ b/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation project(':libs:xmpp-addr') implementation 'org.hsluv:hsluv:0.2' - implementation 'org.conscrypt:conscrypt-android:1.4.2' + implementation 'org.conscrypt:conscrypt-android:2.2.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.15' // 1.2.15 is last working version for minSDK 16 implementation 'me.drakeet.support:toastcompat:1.1.0' implementation 'org.osmdroid:osmdroid-android:6.1.0' |