Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÁlvaro Brey <alvaro.brey@nextcloud.com>2022-10-25 09:29:30 +0300
committerGitHub <noreply@github.com>2022-10-25 09:29:30 +0300
commitfc2311172473852bc3a9bccb16e0d489e9d6359c (patch)
tree9a0352fea9d4eeed94e000b75150923e23fb0465
parent56c0f9538b319c06b46626441add97632ad3713e (diff)
parentc5d56599888af64d784179f1b6d05157f9d38ba8 (diff)
Merge pull request #10919 from nextcloud/dependabot/gradle/androidx.exifinterface-exifinterface-1.3.5
Bump exifinterface from 1.3.4 to 1.3.5
-rw-r--r--app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 0d706f42d5..6b2f4b64ce 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -232,7 +232,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.webkit:webkit:1.4.0'
implementation 'androidx.cardview:cardview:1.0.0'
- implementation 'androidx.exifinterface:exifinterface:1.3.4'
+ implementation 'androidx.exifinterface:exifinterface:1.3.5'
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1"
implementation "androidx.work:work-runtime:$workRuntime"
implementation "androidx.work:work-runtime-ktx:$workRuntime"