Update build.gradle
Updated dependencies to use: `compile "com.android.support:exifinterface:26.0.2"`
This commit is contained in:
parent
049b23440e
commit
224e025757
|
@ -42,6 +42,7 @@ dependencies {
|
|||
compile "com.google.zxing:core:3.2.1"
|
||||
compile "com.drewnoakes:metadata-extractor:2.9.1"
|
||||
compile 'com.google.android.gms:play-services-vision:+'
|
||||
compile "com.android.support:exifinterface:+"
|
||||
|
||||
compile 'com.github.react-native-community:cameraview:d5d9b0d925494ef451ce3eef3fdf14cc874d9baa'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue