From cae8345278e46cf47940c06408f4f31e3dedaad7 Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 15 May 2021 22:50:01 +0200 Subject: [PATCH] [android] Minor dependencies update Signed-off-by: Alexander Borsuk --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index baec73660e..98bcc940cc 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -81,7 +81,7 @@ dependencies { implementation 'com.cocosw:bottomsheet:1.5.0@aar' implementation 'com.timehop.stickyheadersrecyclerview:library:0.4.3@aar' // Glide - implementation 'com.github.bumptech.glide:glide:3.7.0' + implementation 'com.github.bumptech.glide:glide:4.12.0' // Java concurrency annotations implementation 'net.jcip:jcip-annotations:1.0' @@ -89,7 +89,7 @@ dependencies { implementation 'androidx.work:work-runtime:2.5.0' implementation 'com.trafi:anchor-bottom-sheet-behavior:0.13-alpha' implementation 'com.github.yoksnod:MPAndroidChart:3.2.0-alpha' - implementation 'com.google.android.material:material:1.4.0-alpha02' + implementation 'com.google.android.material:material:1.4.0-beta01' implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.fragment:fragment:1.3.3'