From ba4def130395136516e73a66b217810ebaa05a30 Mon Sep 17 00:00:00 2001 From: Uriah Date: Fri, 3 Jan 2020 11:57:48 +0200 Subject: [PATCH] Updated Dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8839dbd9..cd0445c5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,8 +63,8 @@ android { } dependencies { - implementation 'androidx.room:room-runtime:2.2.2' - annotationProcessor 'androidx.room:room-compiler:2.2.2' + implementation 'androidx.room:room-runtime:2.2.3' + annotationProcessor 'androidx.room:room-compiler:2.2.3' implementation 'com.github.bumptech.glide:glide:4.7.1' annotationProcessor 'com.github.bumptech.glide:compiler:4.7.1' implementation fileTree(include: ['*.jar'], dir: 'libs') @@ -72,7 +72,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' // Updating this library may crash the automated screenshots! implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'androidx.legacy:legacy-support-v4:1.0.0' - implementation 'com.google.android.material:material:1.2.0-alpha02' + implementation 'com.google.android.material:material:1.2.0-alpha03' implementation 'androidx.legacy:legacy-support-core-ui:1.0.0' implementation 'com.duolingo.open:rtl-viewpager:1.0.3' implementation 'de.hdodenhof:circleimageview:2.2.0'