Update ExoPlayer to 2.18.2

This commit is contained in:
Robin 2022-12-16 17:53:56 +01:00
parent 99d7ef651c
commit f2becad472
3 changed files with 11 additions and 62 deletions

View file

@ -8,7 +8,7 @@ plugins {
}
android {
compileSdk 32
compileSdk 33
namespace 'org.schabi.newpipe'
defaultConfig {
@ -102,7 +102,7 @@ ext {
androidxWorkVersion = '2.7.1'
icepickVersion = '3.2.0'
exoPlayerVersion = '2.18.1'
exoPlayerVersion = '2.18.2'
googleAutoServiceVersion = '1.0.1'
groupieVersion = '2.10.1'
markwonVersion = '4.6.2'