From 95c480dcf4f80eb4ee328bc64d3d1e29fd8543f8 Mon Sep 17 00:00:00 2001 From: Florina Muntenescu Date: Thu, 6 May 2021 10:50:48 +0100 Subject: [PATCH 1/2] Updating dependencies --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 6a35bcc7..f5344bb5 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.30' + ext.kotlin_version = '1.5.0' repositories { google() mavenCentral() @@ -47,13 +47,13 @@ ext { targetSdkVersion = 28 supportLibVersion = '1.2.0' coreVersion = '1.3.2' - recyclerViewVersion = '1.2.0-beta01' + recyclerViewVersion = '1.2.0' constraintLayoutVersion = '2.0.4' materialVersion = '1.3.0' - lifecycleVersion = '2.3.0' - roomVersion = '2.3.0-beta02' + lifecycleVersion = '2.3.1' + roomVersion = '2.3.0' pagingVersion = '3.0.0-beta01' - retrofitVersion = '2.7.2' + retrofitVersion = '2.9.0' okhttpLoggingInterceptorVersion = '4.9.0' - coroutines = '1.4.2' + coroutines = '1.4.3' } From c80ca0e0d792d4fa0819ec8e6d14b7e907d06ad4 Mon Sep 17 00:00:00 2001 From: Florina Muntenescu Date: Thu, 6 May 2021 10:51:26 +0100 Subject: [PATCH 2/2] Updating Paging 3.0 to stable --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f5344bb5..e87ec819 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ ext { materialVersion = '1.3.0' lifecycleVersion = '2.3.1' roomVersion = '2.3.0' - pagingVersion = '3.0.0-beta01' + pagingVersion = '3.0.0' retrofitVersion = '2.9.0' okhttpLoggingInterceptorVersion = '4.9.0' coroutines = '1.4.3'