Update deps

This commit is contained in:
emanuele-f 2022-07-05 12:01:00 +02:00
parent 3f5c2dfa66
commit fd61a8178a

View File

@ -69,12 +69,12 @@ dependencies {
// AndroidX
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'androidx.fragment:fragment:1.5.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0'
implementation 'androidx.preference:preference:1.2.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation "androidx.navigation:navigation-fragment:2.4.2"
implementation "androidx.navigation:navigation-ui:2.4.2"
implementation "androidx.navigation:navigation-fragment:2.5.0"
implementation "androidx.navigation:navigation-ui:2.5.0"
// Google
implementation 'com.google.android.material:material:1.6.1'