From cd56798f0664cfc24010c49dbb58e658e5ae1131 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Fri, 13 Dec 2019 12:34:24 +0100 Subject: [PATCH] Update app dependencies --- app/build.gradle | 8 ++++---- version.gradle | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c274fa2..d6198a0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation project(":data") implementation "io.requery:requery-android:$requeryVersion" - implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.61' // Dagger 2 for dependency injection implementation "com.google.dagger:dagger:$daggerVersion" @@ -97,12 +97,12 @@ dependencies { // support libraries implementation "androidx.appcompat:appcompat:$appCompatVersion" - implementation 'com.google.android.material:material:1.1.0-beta01' + implementation 'com.google.android.material:material:1.2.0-alpha02' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.vectordrawable:vectordrawable:1.1.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta2' - implementation 'androidx.recyclerview:recyclerview:1.0.0' + implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta3' + implementation 'androidx.recyclerview:recyclerview:1.1.0' // circular image viewer for avatars implementation 'de.hdodenhof:circleimageview:3.0.1' diff --git a/version.gradle b/version.gradle index 25d6a4d..7adc839 100644 --- a/version.gradle +++ b/version.gradle @@ -73,7 +73,7 @@ ext { // Other libraries // Architecture Components - lifecycleVersion = '2.2.0-alpha05' + lifecycleVersion = '2.2.0-rc03' pagingVersion = "2.1.0" appCompatVersion = '1.1.0' @@ -86,7 +86,7 @@ ext { rxAndroidVersion = "2.1.1" // Dagger 2 - daggerVersion = '2.24' + daggerVersion = '2.25.2' // Android Support Library supportLibVersion = "28.0.0"