We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96a7cc2 + 428a7d4 commit 6b3f51eCopy full SHA for 6b3f51e
1 file changed
app/build.gradle
@@ -244,6 +244,9 @@ dependencies {
244
245
// HTTP client
246
implementation "com.squareup.okhttp3:okhttp:4.11.0"
247
+ // okhttp3:4.11.0 introduces a vulnerability from com.squareup.okio:okio@3.3.0,
248
+ // remove com.squareup.okio:okio when updating okhttp
249
+ implementation "com.squareup.okio:okio:3.4.0"
250
251
// Media player
252
implementation "com.google.android.exoplayer:exoplayer-core:${exoPlayerVersion}"
0 commit comments