mirror of
https://github.com/TeamNewPipe/NewPipe/
synced 2025-01-31 19:14:53 +01:00
Merge pull request #10281 from TeamNewPipe/okio
Update com.squareup.okio:okio to 3.4.0
This commit is contained in:
commit
6b3f51e5ea
@ -244,6 +244,9 @@ dependencies {
|
||||
|
||||
// HTTP client
|
||||
implementation "com.squareup.okhttp3:okhttp:4.11.0"
|
||||
// okhttp3:4.11.0 introduces a vulnerability from com.squareup.okio:okio@3.3.0,
|
||||
// remove com.squareup.okio:okio when updating okhttp
|
||||
implementation "com.squareup.okio:okio:3.4.0"
|
||||
|
||||
// Media player
|
||||
implementation "com.google.android.exoplayer:exoplayer-core:${exoPlayerVersion}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user