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

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorTim Krüger <t@timkrueger.me>2022-10-12 11:16:20 +0300
committerGitHub <noreply@github.com>2022-10-12 11:16:20 +0300
commit1f1d40e5e6a4bd7891fba1d9aaf6492e1beb64b7 (patch)
treed79dd6308d701664755fc4c518ffba35531479df /app
parent1d46912fb1e5b3ce418e3678b52809491ca97d5b (diff)
parentc0debd76df2c31b085f2962c1915254be57d1fe7 (diff)
Merge pull request #2481 from nextcloud/chore/noid/exifinterface134
Remove duplicate exifinterface dependency definition
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 840171974..e0cd80c7a 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -183,7 +183,6 @@ dependencies {
implementation "androidx.work:work-runtime:${workVersion}"
implementation "androidx.work:work-rxjava2:${workVersion}"
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
- implementation 'androidx.exifinterface:exifinterface:1.3.4'
androidTestImplementation "androidx.work:work-testing:${workVersion}"
implementation 'com.google.android:flexbox:2.0.1'
implementation ('com.gitlab.bitfireAT:dav4jvm:2.1.3', {
@@ -195,7 +194,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.3"
+ implementation "androidx.exifinterface:exifinterface:1.3.4"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:${lifecycleVersion}"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:${lifecycleVersion}"