From 0fb33744ae583235c5bc06fbaddb210fd46de961 Mon Sep 17 00:00:00 2001 From: Alexander Bakker Date: Wed, 15 May 2019 21:56:14 +0200 Subject: [PATCH] Update Krop to 0.44 (#83) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 845af3f1..4e80728a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'com.getbase:floatingactionbutton:1.10.1' implementation 'com.github.apl-devs:appintro:v4.2.2' - implementation 'com.github.avito-tech:krop:0.43' + implementation 'com.github.avito-tech:krop:0.44' implementation 'com.madgag.spongycastle:core:1.58.0.0' implementation 'com.mattprecious.swirl:swirl:1.0.0' implementation 'de.hdodenhof:circleimageview:2.2.0'