소스 검색

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
 }