From e0ed602a3f422a4ccd06360b52b1b1e6abd24f16 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:08 +0000 Subject: [PATCH] Bump ion from 2.1.9 to 3.1.0 Bumps [ion](https://github.com/koush/ion) from 2.1.9 to 3.1.0. - [Release notes](https://github.com/koush/ion/releases) - [Changelog](https://github.com/koush/ion/blob/master/CHANGELOG.md) - [Commits](https://github.com/koush/ion/commits) 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..7978b3a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ dependencies { //Circle Image compile 'de.hdodenhof:circleimageview:2.0.0' //Ion - compile 'com.koushikdutta.ion:ion:2.1.9' + compile 'com.koushikdutta.ion:ion:3.1.0' //qrcode compile 'me.dm7.barcodescanner:zbar:1.9'