Explorar el Código

Remove OkHttp gradle dependency from reactn-native-fetch-blob Android project

Ben Hsieh hace 8 años
padre
commit
6afd180686
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/android/build.gradle

+ 0
- 1
src/android/build.gradle Ver fichero

@@ -34,5 +34,4 @@ android {
34 34
 
35 35
 dependencies {
36 36
     compile 'com.facebook.react:react-native:+'
37
-    compile 'com.squareup.okhttp3:okhttp:3.4.1'
38 37
 }