From 113a5e81583e24e685bc23e5ed578e3d87fbf9d7 Mon Sep 17 00:00:00 2001 From: Krystian Pach Date: Fri, 23 Mar 2018 14:13:29 +0100 Subject: [PATCH] compile should be double quete --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index bd110a4..1e05676 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -51,8 +51,8 @@ dependencies { compile 'com.facebook.react:react-native:+' compile "com.google.zxing:core:3.2.1" compile "com.drewnoakes:metadata-extractor:2.9.1" - compile 'com.google.android.gms:play-services-vision:$googlePlayServicesVersion' - compile 'com.android.support:exifinterface:$supportLibVersion' + compile "com.google.android.gms:play-services-vision:$googlePlayServicesVersion" + compile "com.android.support:exifinterface:$supportLibVersion" compile 'com.github.react-native-community:cameraview:d529251d24c0a367a28eea28f0eac2269d12f772' }