From dabbf10b5faaf635f8d91dd612ffa3d51a3633dd Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 25 Aug 2022 12:06:08 +0200 Subject: [PATCH] Bumped dependency --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d8860d010..1d132fab6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -205,9 +205,8 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'androidx.appcompat:appcompat:1.6.0-beta01' - implementation 'androidx.core:core-ktx:1.9.0-beta01' + implementation 'androidx.core:core-ktx:1.9.0-rc01' implementation 'androidx.core:core-splashscreen:1.0.0' - implementation 'androidx.fragment:fragment-ktx:1.5.2' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' implementation 'androidx.media:media:1.6.0' implementation "androidx.security:security-crypto-ktx:1.1.0-alpha03"