Update okhttp from 3.12.12 to 3.12.13

Changelog https://square.github.io/okhttp/changelog_3x/#version-31213
This commit is contained in:
TobiGr 2021-02-14 23:42:58 +01:00
parent 5383a0af0b
commit 6f7a01bc53
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ dependencies {
implementation "org.jsoup:jsoup:1.13.1"
//noinspection GradleDependency --> do not update okhttp to keep supporting Android 4.4 users
implementation "com.squareup.okhttp3:okhttp:3.12.12"
implementation "com.squareup.okhttp3:okhttp:3.12.13"
implementation "com.google.android.exoplayer:exoplayer:${exoPlayerVersion}"
implementation "com.google.android.exoplayer:extension-mediasession:${exoPlayerVersion}"