Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit fe2eec5

Browse files
committed
Fix #78 remove deprecated package import statement that breaks compilation
1 parent 60c7cc0 commit fe2eec5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/android/src/main/java/com/RNFetchBlob/RNFetchBlobReq.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
import okhttp3.RequestBody;
4444
import okhttp3.Response;
4545
import okhttp3.ResponseBody;
46-
import okhttp3.FormBody;
47-
import okhttp3.internal.framed.Header;
48-
import okhttp3.internal.http.OkHeaders;
46+
4947

5048
/**
5149
* Created by wkh237 on 2016/6/21.

0 commit comments

Comments
 (0)