Sfoglia il codice sorgente

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

Ben Hsieh 8 anni fa
parent
commit
6afd180686
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0
    1
      src/android/build.gradle

+ 0
- 1
src/android/build.gradle Vedi File

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