From b47ae485291fb3c9feef31f6f9188e2abe82313f Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 8 Sep 2022 10:08:26 +0200 Subject: [PATCH] Bumped dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 160034d18..ae43c354c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -204,15 +204,15 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.6.0-beta01' - implementation 'androidx.core:core-ktx:1.9.0-rc01' + implementation 'androidx.appcompat:appcompat:1.6.0-rc01' + implementation 'androidx.core:core-ktx:1.9.0' implementation 'androidx.core:core-splashscreen:1.0.0' 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" implementation "androidx.window:window:1.0.0" - def nav_version = "2.5.1" + def nav_version = "2.5.2" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version"