Update dependencies

This commit is contained in:
emanuele-f
2025-02-17 19:05:20 +01:00
parent 315301e6d3
commit 18adc58124
+4 -4
View File
@@ -103,12 +103,12 @@ dependencies {
// AndroidX
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation 'androidx.fragment:fragment:1.8.5'
implementation 'androidx.fragment:fragment:1.8.6'
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.8.5"
implementation "androidx.navigation:navigation-ui:2.8.5"
implementation 'androidx.recyclerview:recyclerview:1.4.0'
implementation "androidx.navigation:navigation-fragment:2.8.7"
implementation "androidx.navigation:navigation-ui:2.8.7"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4'
// Google