Update OkHttp to 4.x

This commit is contained in:
TacoTheDank 2022-07-14 03:23:45 -04:00
parent 067239b4f7
commit 85f8d5f16b
2 changed files with 2 additions and 3 deletions

View file

@ -229,8 +229,7 @@ dependencies {
implementation "org.jsoup:jsoup:1.14.3"
// HTTP client
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
implementation "com.squareup.okhttp3:okhttp:3.12.13"
implementation "com.squareup.okhttp3:okhttp:4.10.0"
// Media player
implementation "com.google.android.exoplayer:exoplayer-core:${exoPlayerVersion}"