Skip to content

Commit

Permalink
Update ExoPlayer to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Mar 10, 2022
1 parent 51ba910 commit 1390291
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![GitHub all releases](https://img.shields.io/github/downloads/moneytoo/Player/total?logo=github)](https://github.com/moneytoo/Player/releases/latest)
[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&url=https%3A%2F%2Fplayshields.herokuapp.com%2Fplay%3Fi%3Dcom.brouken.player%26l%3Ddownloads%26m%3D%24installs)](https://play.google.com/store/apps/details?id=com.brouken.player)
[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&url=https%3A%2F%2Fplayshields.herokuapp.com%2Fplay%3Fi%3Dcom.brouken.player%26l%3Drating%26m%3D%24rating%252F5)](https://play.google.com/store/apps/details?id=com.brouken.player)
[![ExoPlayer](https://img.shields.io/badge/ExoPlayer-v2.17.0-007ec6)](https://github.com/google/ExoPlayer)
[![ExoPlayer](https://img.shields.io/badge/ExoPlayer-v2.17.1-007ec6)](https://github.com/google/ExoPlayer)
[![Weblate project translated](https://img.shields.io/weblate/progress/just-player?logo=weblate&logoColor=white)](https://hosted.weblate.org/engage/just-player/)
[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/JustPlayer?label=r%2FJustPlayer&logo=reddit&logoColor=white)](https://www.reddit.com/r/JustPlayer/)

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ android {
}

dependencies {
def exoplayerVersion = '2.17.0'
def exoplayerVersion = '2.17.1'
implementation("com.google.android.exoplayer:exoplayer-datasource:$exoplayerVersion") {
exclude group: "com.google.android.exoplayer", module: "exoplayer-common"
}
Expand Down
2 changes: 1 addition & 1 deletion app/libs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The binary ffmpeg extension was build with following decoders:
ENABLED_DECODERS=(vorbis opus flac alac pcm_mulaw pcm_alaw mp3 amrnb amrwb aac ac3 eac3 dca mlp truehd)
```

Complete [build instructions](https://github.com/google/ExoPlayer/blob/r2.17.0/extensions/ffmpeg/README.md).
Complete [build instructions](https://github.com/google/ExoPlayer/blob/r2.17.1/extensions/ffmpeg/README.md).

To assemble ``.aar``:

Expand Down
Binary file modified app/libs/library-common-release.aar
Binary file not shown.
Binary file modified app/libs/library-core-release.aar
Binary file not shown.
Binary file modified app/libs/library-extractor-release.aar
Binary file not shown.
Binary file modified app/libs/library-ui-release.aar
Binary file not shown.

0 comments on commit 1390291

Please sign in to comment.