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'