Browse Source

fix double quotes

Danish 5 years ago
parent
commit
840ddcefe7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

@@ -37,7 +37,7 @@ android {
37 37
 }
38 38
 
39 39
 dependencies {
40
-    compile 'com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}'
40
+    compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
41 41
     //compile 'com.squareup.okhttp3:okhttp:+'
42 42
     //{RNFetchBlob_PRE_0.28_DEPDENDENCY}
43 43
 }