diff --git a/app/build.gradle b/app/build.gradle index 2c57f9cb..52fd85df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation "androidx.preference:preference-ktx:1.2.1" implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" - implementation "com.google.android.material:material:1.10.0" + implementation "com.google.android.material:material:1.11.0" implementation "androidx.work:work-runtime-ktx:$workmanager_version" implementation "androidx.room:room-runtime:$room_version" implementation "androidx.room:room-ktx:$room_version"