Update okhttp to match ExoPlayer

This commit is contained in:
Robin 2019-10-07 09:50:02 +02:00 committed by TobiGr
parent 87eab2a9b0
commit bf353875b0
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ext {
exoPlayerLibVersion = '2.10.5'
roomDbLibVersion = '2.1.0'
leakCanaryLibVersion = '1.5.4' //1.6.1
okHttpLibVersion = '3.12.1'
okHttpLibVersion = '3.12.5' //3.12.6
icepickLibVersion = '3.2.0'
stethoLibVersion = '1.5.0'
}