Parcourir la source

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

Ben Hsieh il y a 8 ans
Parent
révision
6afd180686
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      src/android/build.gradle

+ 0
- 1
src/android/build.gradle Voir le fichier

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