Merge pull request #1235 from TitanKing/patch-2

Incorrect placement of plugin.
This commit is contained in:
João Guilherme Fidelis 2018-02-14 14:10:14 -02:00 committed by GitHub
commit 5e774f42b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +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:26.0.2"
compile "com.android.support:exifinterface:+"
compile 'com.github.react-native-community:cameraview:d5d9b0d925494ef451ce3eef3fdf14cc874d9baa'
}