We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4abef9 commit 840ddceCopy full SHA for 840ddce
android/build.gradle
@@ -37,7 +37,7 @@ android {
37
}
38
39
dependencies {
40
- compile 'com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}'
+ compile "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
41
//compile 'com.squareup.okhttp3:okhttp:+'
42
//{RNFetchBlob_PRE_0.28_DEPDENDENCY}
43
0 commit comments