Migrated exifInterface to androidx exif.interface (#6013)

This commit is contained in:
Neel Doshi 2024-12-09 23:24:11 +05:30 committed by Kaartic Sivaraam
parent 9ca285be53
commit b714b45bfd
2 changed files with 7 additions and 6 deletions

View file

@ -138,7 +138,7 @@ dependencies {
implementation "androidx.browser:browser:1.3.0"
implementation "androidx.cardview:cardview:1.0.0"
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation "androidx.exifinterface:exifinterface:1.3.2"
implementation 'androidx.exifinterface:exifinterface:1.3.7'
implementation "androidx.core:core-ktx:$CORE_KTX_VERSION"
implementation 'com.simplecityapps:recyclerview-fastscroll:2.0.1'