From 80f87bfc77ecf311a7238068eda57eeb7a808393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Aug 2021 10:44:57 +0200 Subject: [PATCH] chore(deps): bump exifinterface from 1.3.2 to 1.3.3 in /android (#327) Bumps exifinterface from 1.3.2 to 1.3.3. --- updated-dependencies: - dependency-name: androidx.exifinterface:exifinterface dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index bb8aa91..7c74d37 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -239,7 +239,7 @@ dependencies { implementation "androidx.camera:camera-lifecycle:1.1.0-alpha07" implementation "androidx.camera:camera-extensions:1.0.0-alpha27" implementation "androidx.camera:camera-view:1.0.0-alpha27" - implementation "androidx.exifinterface:exifinterface:1.3.2" + implementation "androidx.exifinterface:exifinterface:1.3.3" } task extractAARHeaders {