Merge pull request #14824 from nextcloud/renovate/androidx.exifinterface-exifinterface-1.x

fix(deps): update dependency androidx.exifinterface:exifinterface to v1.4.1
This commit is contained in:
Andy Scherzinger 2025-06-11 22:27:29 +02:00 committed by GitHub
commit 39f7adfe2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -313,7 +313,7 @@ dependencies {
implementation "androidx.appcompat:appcompat:$appCompatVersion"
implementation "androidx.webkit:webkit:1.12.1"
implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.exifinterface:exifinterface:1.4.0"
implementation "androidx.exifinterface:exifinterface:1.4.1"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.7"
implementation "androidx.lifecycle:lifecycle-service:2.9.1"
implementation "androidx.work:work-runtime:$workRuntime"

View File

@ -44,6 +44,7 @@
<trusting group="androidx.core"/>
<trusting group="androidx.databinding"/>
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
<trusting group="androidx.fragment"/>
<trusting group="androidx.lifecycle"/>
<trusting group="androidx.savedstate"/>