diff --git a/build.gradle b/build.gradle index db90c6bb86750702cab77af4400c16ea3ced2b23..941f8dc1735bc17b8f1f3cab6fca897775423977 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ spotless { dependencies { - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' implementation project(':libs:annotation') annotationProcessor project(':libs:annotation-processor') @@ -66,7 +66,7 @@ dependencies { implementation 'androidx.cardview:cardview:1.0.0' implementation "androidx.preference:preference:1.2.1" implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - implementation 'com.google.android.material:material:1.13.0-alpha09' + implementation 'com.google.android.material:material:1.13.0-alpha10' implementation 'androidx.work:work-runtime:2.9.1' implementation "androidx.emoji2:emoji2:1.5.0"