From 7aba35a8d34bcb30fbdbba8f4b6639cbcf5346fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 05:33:54 +0000 Subject: [PATCH] Bump ucrop from 2.2.7 to 2.2.8-native Bumps [ucrop](https://github.com/Yalantis/uCrop) from 2.2.7 to 2.2.8-native. - [Release notes](https://github.com/Yalantis/uCrop/releases) - [Commits](https://github.com/Yalantis/uCrop/compare/2.2.7...2.2.8-native) --- updated-dependencies: - dependency-name: com.github.yalantis:ucrop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index aeaad19e026..12f812d8508 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -441,7 +441,7 @@ dependencies { implementation libs.github.glide kapt libs.github.glideCompiler - implementation 'com.github.yalantis:ucrop:2.2.8' + implementation 'com.github.yalantis:ucrop:2.2.8-native' // Badge for compatibility implementation 'me.leolin:ShortcutBadger:1.1.22@aar'