Update build.gradle

Updated dependencies to use: `compile "com.android.support:exifinterface:26.0.2"`
This commit is contained in:
Jason Schoeman 2018-02-14 17:05:50 +02:00 committed by GitHub
parent 049b23440e
commit 224e025757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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'
}