Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
480f7374
authored
Sep 13, 2019
by
olly
Committed by
Oliver Woodman
Sep 16, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Upgrade to OkHttp 3.12.5
Issue: #4078 PiperOrigin-RevId: 268887744
parent
4eda96dd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
RELEASENOTES.md
extensions/okhttp/build.gradle
RELEASENOTES.md
View file @
480f7374
...
...
@@ -22,7 +22,9 @@
(
[
#6398
](
https://github.com/google/ExoPlayer/issues/6398
)
).
*
Fix
`PlayerNotificationManager`
to show play icon rather than pause icon when
playback is ended (
[
#6324
](
https://github.com/google/ExoPlayer/issues/6324
)
).
*
Upgrade LibRtmp-Client-for-Android to fix RTMP playback issues
*
OkHttp extension: Upgrade OkHttp to fix HTTP2 socket timeout issue
(
[
#4078
](
https://github.com/google/ExoPlayer/issues/4078
)
).
*
RTMP extension: Upgrade LibRtmp-Client-for-Android to fix RTMP playback issues
(
[
#4200
](
https://github.com/google/ExoPlayer/issues/4200
)
,
[
#4249
](
https://github.com/google/ExoPlayer/issues/4249
)
,
[
#4319
](
https://github.com/google/ExoPlayer/issues/4319
)
,
...
...
extensions/okhttp/build.gradle
View file @
480f7374
...
...
@@ -35,7 +35,7 @@ dependencies {
implementation
project
(
modulePrefix
+
'library-core'
)
implementation
'androidx.annotation:annotation:1.1.0'
compileOnly
'org.checkerframework:checker-qual:'
+
checkerframeworkVersion
api
'com.squareup.okhttp3:okhttp:3.12.
1
'
api
'com.squareup.okhttp3:okhttp:3.12.
5
'
}
ext
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment