From d7b9dc2a22c21ee4a8ea4e84f3d9b9985acff558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:45:38 +0000 Subject: [PATCH] build(deps): bump com.google.android.material:material Bumps [com.google.android.material:material](https://github.com/material-components/material-components-android) from 1.7.0 to 1.10.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](https://github.com/material-components/material-components-android/compare/1.7.0...1.10.0) --- updated-dependencies: - dependency-name: com.google.android.material:material dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- AnkiDroid/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AnkiDroid/build.gradle b/AnkiDroid/build.gradle index 9e549518dfc0..06a6174d7758 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.10.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'