diff --git a/README.md b/README.md index 30715a49..3367dd0f 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/app/build.gradle b/app/build.gradle index 13ef054a..e828adf1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/app/libs/README.md b/app/libs/README.md index c98f5aed..d992e278 100644 --- a/app/libs/README.md +++ b/app/libs/README.md @@ -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``: diff --git a/app/libs/library-common-release.aar b/app/libs/library-common-release.aar index 438d253b..d045df32 100644 Binary files a/app/libs/library-common-release.aar and b/app/libs/library-common-release.aar differ diff --git a/app/libs/library-core-release.aar b/app/libs/library-core-release.aar index 0e221dca..e6fc7e20 100644 Binary files a/app/libs/library-core-release.aar and b/app/libs/library-core-release.aar differ diff --git a/app/libs/library-extractor-release.aar b/app/libs/library-extractor-release.aar index 3c56fe97..7f8941ce 100644 Binary files a/app/libs/library-extractor-release.aar and b/app/libs/library-extractor-release.aar differ diff --git a/app/libs/library-ui-release.aar b/app/libs/library-ui-release.aar index 1650dffb..0eb9122a 100644 Binary files a/app/libs/library-ui-release.aar and b/app/libs/library-ui-release.aar differ