From 9da5429893fa61b495466f4f4da203e46e518925 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Mon, 9 Sep 2019 20:46:06 +0200 Subject: update libs and CHANGELOG --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 1a6d78aa9..be6945a39 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'com.android.support:cardview-v7:28.0.0' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' implementation project(':libs:fullscreenvideoview') - implementation 'pub.devrel:easypermissions:2.0.0' + implementation 'pub.devrel:easypermissions:2.0.1' // version >= 3.0.0 needs android X libraries implementation 'com.wefika:flowlayout:0.4.1' implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.5' implementation project(':libs:xmpp-addr') @@ -79,8 +79,8 @@ dependencies { implementation 'org.conscrypt:conscrypt-android:1.4.2' 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.0.3' - implementation 'com.leinardi.android:speed-dial:2.0.1' + implementation 'org.osmdroid:osmdroid-android:6.1.0' + implementation 'com.leinardi.android:speed-dial:2.0.1' // version >= 3.0.0 needs android X libraries implementation 'com.squareup.picasso:picasso:2.71828' implementation 'com.squareup.okhttp3:okhttp:3.12.2' // versions > 3.12.x don't support API level < 21 anymore implementation 'com.squareup.retrofit2:retrofit:2.6.0' -- cgit v1.2.3