Danish 6 лет назад
Родитель
Сommit
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
 }