View gist:0d0b9ff1baabb74acc69
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? |