aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 14:34:31 +0100
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-02-01 14:34:31 +0100
commit9578b015ae885a13edd949d0dcc62a505f82f285 (patch)
treec16e3bc74fbdb84c65f34d7eb6f3dac410078417 /build.gradle
parent40428e101e17f9d68e72ed63d998cff5adf4a3ef (diff)
update libs
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 2611af575..8c9e62879 100644
--- a/build.gradle
+++ b/build.gradle
@@ -46,7 +46,7 @@ dependencies {
}
playstoreImplementation 'com.android.installreferrer:installreferrer:1.1.1'
implementation 'org.sufficientlysecure:openpgp-api:10.0'
- implementation('com.theartofdev.edmodo:android-image-cropper:2.7.+') {
+ implementation('com.theartofdev.edmodo:android-image-cropper:2.8.0') {
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'exifinterface'
}
@@ -80,13 +80,13 @@ dependencies {
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.2'
+ implementation 'org.osmdroid:osmdroid-android:6.1.5'
implementation 'com.leinardi.android:speed-dial:3.1.1' // version >= 3.0.0 needs android X libraries
implementation 'com.squareup.picasso:picasso:2.71828'
- implementation 'com.squareup.okhttp3:okhttp:3.12.6' // versions > 3.12.x don't support API level < 21 anymore
- implementation "com.squareup.retrofit2:retrofit:2.6.4" //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md)
- implementation "com.squareup.retrofit2:converter-gson:2.6.4"
- implementation 'com.google.guava:guava:28.1-android'
+ implementation 'com.squareup.okhttp3:okhttp:3.12.8' // versions > 3.12.x don't support API level < 21 anymore
+ implementation 'com.squareup.retrofit2:retrofit:2.6.4' //retrofit needs to stick with 2.6.x (https://github.com/square/retrofit/blob/master/CHANGELOG.md)
+ implementation 'com.squareup.retrofit2:converter-gson:2.6.4'
+ implementation 'com.google.guava:guava:28.2-android'
implementation('com.github.AppIntro:AppIntro:5.1.0') {
exclude group: 'org.jetbrains' , module:'annotations'
}