Skip to content

Commit

Permalink
fix(deps): update dependency androidx.exifinterface:exifinterface to …
Browse files Browse the repository at this point in the history
…v1.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 27, 2025
1 parent faad516 commit 394b9c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ dependencies {
implementation "androidx.camera:camera-camera2:${androidxCameraVersion}"
implementation "androidx.camera:camera-lifecycle:${androidxCameraVersion}"
implementation "androidx.camera:camera-view:${androidxCameraVersion}"
implementation "androidx.exifinterface:exifinterface:1.3.7"
implementation "androidx.exifinterface:exifinterface:1.4.0"

implementation "androidx.lifecycle:lifecycle-runtime-ktx:${lifecycleVersion}"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"
Expand Down
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<trusting group="androidx.constraintlayout"/>
<trusting group="androidx.databinding"/>
<trusting group="androidx.datastore"/>
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
<trusting group="^androidx[.]compose($|([.].*))" regex="true"/>
<trusting group="^com[.]android($|([.].*))" regex="true"/>
</trusted-key>
Expand Down

0 comments on commit 394b9c8

Please sign in to comment.