diff --git a/src/android/app/build.gradle b/src/android/app/build.gradle index c425870d7..731e86664 100644 --- a/src/android/app/build.gradle +++ b/src/android/app/build.gradle @@ -104,7 +104,7 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.exifinterface:exifinterface:1.1.0' + implementation 'androidx.exifinterface:exifinterface:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'com.google.android.material:material:1.1.0'