Skip to content

Commit 1dcf48c

Browse files
committed
fix: proguard build error due to metadata package
* increment the metadata extractor package from preview to release
1 parent fdc51f5 commit 1dcf48c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies {
128128
implementation "com.facebook.react:react-native:+"
129129
implementation 'androidx.exifinterface:exifinterface:1.1.0'
130130
implementation 'it.sephiroth.android.exif:library:+'
131-
implementation 'com.github.drewnoakes:metadata-extractor:321551df00'
131+
implementation 'com.github.drewnoakes:metadata-extractor:2.19.0'
132132
// From node_modules
133133
}
134134

0 commit comments

Comments
 (0)