diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..b939d0c35869 100644 --- a/AnkiDroid/build.gradle +++ b/AnkiDroid/build.gradle @@ -304,7 +304,7 @@ dependencies { implementation 'androidx.webkit:webkit:1.7.0' // Note: the design support library can be quite buggy, so test everything thoroughly before updating it // Changing the version from 1.8.0 to 1.7.0 because the item in navigation drawer is getting bold unnecessarily - implementation 'com.google.android.material:material:1.7.0' + implementation 'com.google.android.material:material:1.9.0' // noinspection GradleDependency jackson-databind 2.13 requires SDK 24+: https://github.com/FasterXML/jackson-databind#compatibility implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.5' implementation 'com.vanniktech:android-image-cropper:4.5.0'