From 6f65fe35c3bf86e5b8f4af8b59236105860fe807 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 4 Mar 2021 16:26:36 +0100 Subject: [PATCH] Updated dependency --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 92e7c0c84..c5a3180cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -217,7 +217,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.media:media:1.2.0' implementation 'androidx.fragment:fragment-ktx:1.3.0' - implementation 'androidx.core:core-ktx:1.5.0-beta01' + implementation 'androidx.core:core-ktx:1.5.0-beta02' implementation 'androidx.navigation:navigation-fragment-ktx:2.3.3' implementation 'androidx.navigation:navigation-ui-ktx:2.3.3' implementation 'androidx.constraintlayout:constraintlayout:2.0.4'