Update ExoPlayer to 2.9.6, including httook dependency and deprecations

This commit is contained in:
Robin 2019-03-05 18:05:44 +01:00
parent ed1746c9f8
commit 63e02fae7a
17 changed files with 63 additions and 198 deletions

View file

@ -44,10 +44,10 @@ android {
ext {
supportLibVersion = '28.0.0'
exoPlayerLibVersion = '2.8.4' //2.9.0
exoPlayerLibVersion = '2.9.6'
roomDbLibVersion = '1.1.1'
leakCanaryLibVersion = '1.5.4' //1.6.1
okHttpLibVersion = '3.11.0'
okHttpLibVersion = '3.12.1'
icepickLibVersion = '3.2.0'
stethoLibVersion = '1.5.0'
}