瀏覽代碼

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

Ben Hsieh 8 年之前
父節點
當前提交
6afd180686
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      src/android/build.gradle

+ 0
- 1
src/android/build.gradle 查看文件

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