Created
May 30, 2014 02:55
-
-
Save demonzym/0d0b9ff1baabb74acc69 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
it seems to need com.squareup.okhttp.OkUrlFactory.java, and change the createConnection(URL url) like this: | |
@Override protected HttpURLConnection createConnection(URL url) throws IOException { | |
return new OkUrlFactory(client).open(url); | |
} | |
differences of new version or what? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment