From 618cf23e6e7f06310971de5d110c05d2f96db898 Mon Sep 17 00:00:00 2001 From: CappielloAntonio Date: Wed, 20 Nov 2024 15:10:25 +0100 Subject: [PATCH] gradle: dependencies update --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1e138e7c..bb87c22b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -75,8 +75,8 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation 'androidx.navigation:navigation-fragment-ktx:2.8.3' - implementation 'androidx.navigation:navigation-ui-ktx:2.8.3' + implementation 'androidx.navigation:navigation-fragment-ktx:2.8.4' + implementation 'androidx.navigation:navigation-ui-ktx:2.8.4' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.room:room-runtime:2.6.1' implementation 'androidx.core:core-splashscreen:1.0.1'