Downgrade OkHTTP to 3.12.8 due to square/okhttp#5826

This commit is contained in:
Cameron Gutman 2020-02-25 22:40:17 -08:00
parent 4a9a881c1f
commit cfefef4619

View File

@ -117,7 +117,7 @@ dependencies {
implementation 'org.bouncycastle:bcprov-jdk15on:1.64'
implementation 'org.bouncycastle:bcpkix-jdk15on:1.64'
implementation 'org.jcodec:jcodec:0.2.3'
implementation 'com.squareup.okhttp3:okhttp:3.12.9'
implementation 'com.squareup.okhttp3:okhttp:3.12.8'
implementation 'com.squareup.okio:okio:1.17.5'
implementation 'org.jmdns:jmdns:3.5.5'
}