From 070eb19317d30bc4c272652f52ca81e21f5d0e55 Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Tue, 15 Oct 2024 22:55:44 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 89b9efac..f4716e7a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,12 +81,12 @@ dependencies { // AndroidX implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'androidx.fragment:fragment:1.8.2' + implementation 'androidx.fragment:fragment:1.8.4' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.3.2' - implementation "androidx.navigation:navigation-fragment:2.7.7" - implementation "androidx.navigation:navigation-ui:2.7.7" + implementation "androidx.navigation:navigation-fragment:2.8.2" + implementation "androidx.navigation:navigation-ui:2.8.2" // Google implementation 'com.google.android.material:material:1.12.0'