Skip to content

Commit

Permalink
Merge pull request #84 from Crazy-Marvin/dependabot/gradle/androidx.e…
Browse files Browse the repository at this point in the history
…xifinterface-exifinterface-1.3.7

Bump androidx.exifinterface:exifinterface from 1.0.0 to 1.3.7
  • Loading branch information
CrazyMarvin authored May 4, 2024
2 parents 31d5c66 + e75ba37 commit 7f60ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ dependencies {

//Metadata Extractors
implementation("com.drewnoakes:metadata-extractor:2.19.0")
implementation("androidx.exifinterface:exifinterface:1.0.0")
implementation("androidx.exifinterface:exifinterface:1.3.7")
implementation("ar.com.hjg:pngj:2.1.0") {
// Explicitly exclude the AWT library, as that is not available on Android.
exclude(group = "java.awt.image")
Expand Down

0 comments on commit 7f60ce0

Please sign in to comment.