Browse Source

fix double quotes

Danish 6 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
 }
37
 }
38
 
38
 
39
 dependencies {
39
 dependencies {
40
-    compile 'com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}'
40
+    compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
41
     //compile 'com.squareup.okhttp3:okhttp:+'
41
     //compile 'com.squareup.okhttp3:okhttp:+'
42
     //{RNFetchBlob_PRE_0.28_DEPDENDENCY}
42
     //{RNFetchBlob_PRE_0.28_DEPDENDENCY}
43
 }
43
 }