From 5cdd9bc6e8a12b77d22723700d66435d21b48d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Oct 2022 20:48:04 +0000 Subject: [PATCH] Bump dexter from 6.2.2 to 6.2.3 in /android Bumps [dexter](https://github.com/karumi/Dexter) from 6.2.2 to 6.2.3. - [Release notes](https://github.com/karumi/Dexter/releases) - [Commits](https://github.com/karumi/Dexter/compare/6.2.2...6.2.3) --- updated-dependencies: - dependency-name: com.karumi:dexter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 50cbfc8f..735c04f6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -71,7 +71,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.9.1' // Runtime permission - implementation 'com.karumi:dexter:6.2.2' + implementation 'com.karumi:dexter:6.2.3' // vision api implementation 'com.google.android.gms:play-services-vision:20.1.3'