From 92f5008a4132e44db8fd57038c3311b27f672eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 19:10:36 +0000 Subject: [PATCH] Bump ucrop from 2.2.6 to 2.2.7 Bumps [ucrop](https://github.com/Yalantis/uCrop) from 2.2.6 to 2.2.7. - [Release notes](https://github.com/Yalantis/uCrop/releases) - [Commits](https://github.com/Yalantis/uCrop/compare/2.2.6...2.2.7) 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 8af6e80479..63faa3b36c 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -417,7 +417,7 @@ dependencies { implementation "com.github.bumptech.glide:glide:$glide_version" kapt "com.github.bumptech.glide:compiler:$glide_version" implementation 'com.danikula:videocache:2.7.1' - implementation 'com.github.yalantis:ucrop:2.2.6' + implementation 'com.github.yalantis:ucrop:2.2.7' // Badge for compatibility implementation 'me.leolin:ShortcutBadger:1.1.22@aar'