From 9ad82c26e59b00e7a33acb84a179da431081fa0d Mon Sep 17 00:00:00 2001 From: tom79 Date: Sun, 19 Jan 2020 15:33:40 +0100 Subject: [PATCH] Update lib --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index ed40e5358..7892744b3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -74,7 +74,7 @@ ext.glideLibraryVersion = '4.9.0' ext.conscryptLibraryVersion = '2.2.1' ext.evernoteLibraryVersion = '1.4.2' ext.gsonLibraryVersion = '2.8.2' -ext.guavaLibraryVersion = '24.1-android' +ext.guavaLibraryVersion = '28.2-android' ext.photoViewLibraryVersion = '2.3.0' ext.ratethisappLibraryVersion = '1.2.0' ext.uploadServiceVersion = "3.5.2" @@ -89,9 +89,9 @@ dependencies { implementation 'com.google.android.material:material:1.0.0' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' - implementation 'androidx.browser:browser:1.0.0' + implementation 'androidx.browser:browser:1.2.0' implementation 'androidx.exifinterface:exifinterface:1.1.0' - implementation 'androidx.constraintlayout:constraintlayout:1.1.3' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4' implementation "com.github.bumptech.glide:glide:$glideLibraryVersion" implementation ("com.github.bumptech.glide:recyclerview-integration:$glideLibraryVersion") { // Excludes the support library because it's already included by Glide. @@ -138,8 +138,8 @@ dependencies { implementation "ch.acra:acra-notification:$acraVersion" implementation 'com.github.stom79:Android-WYSIWYG-Editor:3.2.1' implementation 'com.github.duanhong169:colorpicker:1.1.6' - implementation 'com.github.penfeizhou.android.animation:apng:1.1.0' - implementation 'com.github.penfeizhou.android.animation:gif:1.1.0' + implementation 'com.github.penfeizhou.android.animation:apng:1.3.3' + implementation 'com.github.penfeizhou.android.animation:gif:1.3.3' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.github.smarteist:autoimageslider:1.3.2' //debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0'