Danish пре 5 година
родитељ
комит
840ddcefe7
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Прегледај датотеку

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