Skip to content

Commit 229422b

Browse files
committed
Update ExoPlayer to 2.18.1
1 parent dcb332e commit 229422b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ext {
102102
androidxWorkVersion = '2.7.1'
103103

104104
icepickVersion = '3.2.0'
105-
exoPlayerVersion = '2.18.0'
105+
exoPlayerVersion = '2.18.1'
106106
googleAutoServiceVersion = '1.0.1'
107107
groupieVersion = '2.10.1'
108108
markwonVersion = '4.6.2'

app/src/main/java/org/schabi/newpipe/player/datasource/YoutubeHttpDataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Based on ExoPlayer's DefaultHttpDataSource, version 2.18.0.
2+
* Based on ExoPlayer's DefaultHttpDataSource, version 2.18.1.
33
*
44
* Original source code copyright (C) 2016 The Android Open Source Project, licensed under the
55
* Apache License, Version 2.0.

0 commit comments

Comments
 (0)