From 52119ab3a294f8cc90dee8259978fd82c73e9aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 04:05:05 +0000 Subject: [PATCH] Bump androidx.exifinterface:exifinterface from 1.2.0 to 1.3.6 Bumps androidx.exifinterface:exifinterface from 1.2.0 to 1.3.6. --- updated-dependencies: - dependency-name: androidx.exifinterface:exifinterface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 23037064..f44aa51e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -92,7 +92,7 @@ dependencies { implementation 'com.yqritc:recyclerview-flexibledivider:1.4.0' implementation 'com.android.volley:volley:1.1.1' implementation "ch.acra:acra-http:5.6.1" - implementation 'androidx.exifinterface:exifinterface:1.2.0' + implementation 'androidx.exifinterface:exifinterface:1.3.6' implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:10.0.5' // Only for tests androidTestImplementation 'androidx.test:rules:1.2.0'