From fea085e280e44014bdfbcfba7303488112ab971a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 05:54:57 +0000 Subject: [PATCH] Bump cardscan-ui from 2.0.0084 to 2.1.0009 in /android Bumps [cardscan-ui](https://github.com/getbouncer/cardscan-android) from 2.0.0084 to 2.1.0009. - [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.0009) 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..45ecc89 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.0009" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2" }