From 3caf81d07e16d1494b8a8d71ef7016fe3a7e270b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 15:22:21 +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 8792f526d4..4e8d4a5c5b 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -443,7 +443,7 @@ dependencies { implementation libs.github.glide kapt libs.github.glideCompiler - implementation 'com.github.yalantis:ucrop:2.2.7' + implementation 'com.github.yalantis:ucrop:2.2.8-native' // Badge for compatibility implementation 'me.leolin:ShortcutBadger:1.1.22@aar'