From 60cacfec96b9dfb5841b239481f5ac3fae4c9f95 Mon Sep 17 00:00:00 2001 From: Jonas Lochmann Date: Mon, 4 Oct 2021 02:00:00 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index f015221..4d6814f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -154,13 +154,13 @@ android { dependencies { def nav_version = "2.3.5" def room_version = "2.3.0" - def work_version = '2.7.0-beta01' + def work_version = '2.7.0-rc01' def paging_version = "3.0.1" implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.core:core:1.7.0-beta01' + implementation 'androidx.core:core:1.7.0-beta02' implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.gridlayout:gridlayout:1.0.0'