From 4862c7e6a8d259238eec96c4e49513fc386dfdca Mon Sep 17 00:00:00 2001 From: olly Date: Wed, 6 May 2020 10:25:48 +0100 Subject: [PATCH] Upgrade OkHttp to 3.12.11. PiperOrigin-RevId: 310114401 --- RELEASENOTES.md | 1 + extensions/okhttp/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ba6d416506..2d9412aa3b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,6 +22,7 @@ ([#6950](https://github.com/google/ExoPlayer/pull/6950)). * AV1 extension: Add a heuristic to determine the default number of threads used for AV1 playback using the extension. +* OkHttp extension: Upgrade OkHttp dependency to 3.12.11. * DownloadService: Fix "Not allowed to start service" `IllegalStateException`. ### 2.11.4 (2020-04-08) ### diff --git a/extensions/okhttp/build.gradle b/extensions/okhttp/build.gradle index 41eac7c661..e0d12b5c1c 100644 --- a/extensions/okhttp/build.gradle +++ b/extensions/okhttp/build.gradle @@ -41,7 +41,7 @@ dependencies { // https://cashapp.github.io/2019-02-05/okhttp-3-13-requires-android-5 // Since OkHttp is distributed as a jar rather than an aar, Gradle won't // stop us from making this mistake! - api 'com.squareup.okhttp3:okhttp:3.12.8' + api 'com.squareup.okhttp3:okhttp:3.12.11' } ext {