-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup the OkHttpStreamFetcher class.
Updates to OkHttp 3.9.1 and removes the work around made redundant by the new version. Removes some unnecessary accessor class avoidance. Clarifies why call is volatile and the rest of the variables are not. Fixes #2355.
- Loading branch information
Showing
2 changed files
with
7 additions
and
21 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ POM_DEVELOPER_NAME=Sam Judd | |
POM_DEVELOPER_EMAIL=[email protected] | ||
ANDROID_SUPPORT_VERSION=27.0.2 | ||
VOLLEY_VERSION=1.0.0 | ||
OK_HTTP_VERSION=3.9.0 | ||
OK_HTTP_VERSION=3.9.1 | ||
ANDROID_GRADLE_VERSION=3.0.1 | ||
DAGGER_VERSION=2.11 | ||
|
||
|
This file contains 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