From 39349aee28bdd1d40f47eee7d03d27cb78d17e4d Mon Sep 17 00:00:00 2001 From: emanuele-f Date: Tue, 22 Jul 2025 08:29:54 +0200 Subject: [PATCH] Update dependencies --- app/build.gradle | 8 ++++---- build.gradle | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 342aa8ff..3a8e576b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,14 +100,14 @@ dependencies { testImplementation "org.robolectric:robolectric:4.14.1" // AndroidX - implementation 'androidx.appcompat:appcompat:1.7.0' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.fragment:fragment:1.8.6' + implementation 'androidx.fragment:fragment:1.8.8' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation 'androidx.preference:preference:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.4.0' - implementation "androidx.navigation:navigation-fragment:2.8.8" - implementation "androidx.navigation:navigation-ui:2.8.8" + implementation "androidx.navigation:navigation-fragment:2.9.2" + implementation "androidx.navigation:navigation-ui:2.9.2" coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.5' // Google diff --git a/build.gradle b/build.gradle index e4c04416..e7ca6469 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.9.1' + classpath 'com.android.tools.build:gradle:8.9.3' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files