diff --git a/app/build.gradle b/app/build.gradle index 536eb800..49a2ab91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -72,15 +72,15 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.1' - implementation 'androidx.navigation:navigation-fragment-ktx:2.7.3' - implementation 'androidx.navigation:navigation-ui-ktx:2.7.3' + implementation 'androidx.navigation:navigation-fragment-ktx:2.7.4' + implementation 'androidx.navigation:navigation-ui-ktx:2.7.4' implementation 'androidx.recyclerview:recyclerview:1.3.1' implementation 'androidx.room:room-runtime:2.5.2' implementation 'androidx.core:core-splashscreen:1.0.1' implementation "androidx.appcompat:appcompat:1.6.1" // Android Material - implementation 'com.google.android.material:material:1.9.0' + implementation 'com.google.android.material:material:1.10.0' // Glide implementation 'com.github.bumptech.glide:glide:4.16.0'