aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-09-09 20:46:06 +0200
committerChristian Schneppe <christian@pix-art.de>2019-09-09 20:46:06 +0200
commit9da5429893fa61b495466f4f4da203e46e518925 (patch)
treebad773cb64e69e5b170f86afd63ffe5ebff9c1a5 /build.gradle
parentc9a81b53b3a31c3938fecdf75f67b43574b23fd2 (diff)
update libs and CHANGELOG
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
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'