mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-18 19:19:33 +01:00
fix(deps): update dependency androidx.exifinterface:exifinterface to v1.4.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
1c6cd78fdb
commit
a7e44d6b44
@ -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.4.0"
|
||||
implementation "androidx.exifinterface:exifinterface:1.4.1"
|
||||
|
||||
implementation "androidx.lifecycle:lifecycle-runtime-ktx:${lifecycleVersion}"
|
||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"
|
||||
|
@ -42,6 +42,7 @@
|
||||
<trusting group="androidx.databinding"/>
|
||||
<trusting group="androidx.datastore"/>
|
||||
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.0"/>
|
||||
<trusting group="androidx.exifinterface" name="exifinterface" version="1.4.1"/>
|
||||
<trusting group="androidx.room"/>
|
||||
<trusting group="androidx.sqlite"/>
|
||||
<trusting group="com.google.android.gms"/>
|
||||
|
Loading…
Reference in New Issue
Block a user