From ecf7d70ec0e12e360361fe742a39816808481395 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 16 Jan 2021 23:49:29 +0000 Subject: [PATCH] Bump circleimageview from 2.0.0 to 3.1.0 Bumps [circleimageview](https://github.com/hdodenhof/CircleImageView) from 2.0.0 to 3.1.0. - [Release notes](https://github.com/hdodenhof/CircleImageView/releases) - [Commits](https://github.com/hdodenhof/CircleImageView/compare/v2.0.0...v3.1.0) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1dde5bc..77f4f87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -26,7 +26,7 @@ dependencies { androidTestImplementation 'com.android.support.test:runner:1.0.1' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' //Circle Image - compile 'de.hdodenhof:circleimageview:2.0.0' + compile 'de.hdodenhof:circleimageview:3.1.0' //Ion compile 'com.koushikdutta.ion:ion:2.1.9' //qrcode