From f0f9f50828d51d1a133d2c9c5de5903b99cc8dba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Apr 2025 04:12:59 +0000 Subject: [PATCH] Update dependency androidx.exifinterface:exifinterface to v1.4.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bc9bff0..24fb17d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { androidxAnnotations : 'androidx.annotation:annotation:1.3.0', androidxCore : 'androidx.core:core:1.6.0', androidxCursorAdapter: 'androidx.cursoradapter:cursoradapter:1.0.0', - androidxExifInterface: 'androidx.exifinterface:exifinterface:1.3.3', + androidxExifInterface: 'androidx.exifinterface:exifinterface:1.4.1', androidxFragment : 'androidx.fragment:fragment:1.4.0', androidxJunit : 'androidx.test.ext:junit:1.1.3', androidxLifecycle : 'androidx.lifecycle:lifecycle-common:2.4.0',