From b5dc349acdcd289ae94e1b80be162ebbb13e22c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 06:00:14 +0000 Subject: [PATCH] Bump cardscan-ui from 2.0.0084 to 2.1.0006 in /android Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.0.0084 to 2.1.0006. - [Release notes](https://github.com/getbouncer/cardscan-android/releases) - [Changelog](https://github.com/getbouncer/cardscan-android/blob/master/CHANGELOG.md) - [Commits](https://github.com/getbouncer/cardscan-android/compare/2.0.0084...2.1.0006) Signed-off-by: dependabot-preview[bot] --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8377946..dddd462 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules - implementation "com.getbouncer:cardscan-ui:2.0.0084" + implementation "com.getbouncer:cardscan-ui:2.1.0006" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" }