Skip to content

Commit 5d18244

Browse files
Bump androidx.exifinterface:exifinterface from 1.3.7 to 1.4.0
Bumps androidx.exifinterface:exifinterface from 1.3.7 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.exifinterface:exifinterface dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 04535cb commit 5d18244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dependencies {
181181

182182
//Metadata Extractors
183183
implementation("com.drewnoakes:metadata-extractor:2.19.0")
184-
implementation("androidx.exifinterface:exifinterface:1.3.7")
184+
implementation("androidx.exifinterface:exifinterface:1.4.0")
185185
implementation("ar.com.hjg:pngj:2.1.0") {
186186
// Explicitly exclude the AWT library, as that is not available on Android.
187187
exclude(group = "java.awt.image")

0 commit comments

Comments
 (0)