Browse Source

Merge pull request #5794 from nextcloud/dependabot/gradle/androidx.exifinterface-exifinterface-1.2.0

Bump exifinterface from 1.1.0 to 1.2.0
Andy Scherzinger 5 years ago
parent
commit
fd3daa7968
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -297,7 +297,7 @@ dependencies {
     implementation 'com.jakewharton:disklrucache:2.0.2'
     implementation 'androidx.appcompat:appcompat:1.2.0-alpha03'
     implementation 'androidx.cardview:cardview:1.0.0'
-    implementation 'androidx.exifinterface:exifinterface:1.1.0'
+    implementation 'androidx.exifinterface:exifinterface:1.2.0'
     implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0"
     implementation "androidx.work:work-runtime:2.3.3"
     implementation "androidx.work:work-runtime-ktx:2.3.3"