Skip to content

Commit

Permalink
Update AndroidX Media to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Jan 17, 2024
1 parent acd20b4 commit ff640a8
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 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&cacheSeconds=3600)](https://github.com/moneytoo/Player/releases/latest)
[![Google Play](https://img.shields.io/endpoint?color=green&logo=google-play&url=https%3A%2F%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.brouken.player%26l%3Ddownloads%26m%3D%24totalinstalls)](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%2Fplay.cuzi.workers.dev%2Fplay%3Fi%3Dcom.brouken.player%26l%3Drating%26m%3D%25E2%2598%2585%2520%24rating)](https://play.google.com/store/apps/details?id=com.brouken.player)
[![Media3](https://img.shields.io/badge/Media3-1.2.0-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.2.0)
[![Media3](https://img.shields.io/badge/Media3-1.2.1-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.2.1)
[![Weblate project translated](https://img.shields.io/weblate/progress/just-player?logo=weblate&logoColor=white&cacheSeconds=36000)](https://hosted.weblate.org/engage/just-player/)
[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/JustPlayer?label=r%2FJustPlayer&logo=reddit&logoColor=white&cacheSeconds=3600)](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 @@ -71,7 +71,7 @@ android {
}

dependencies {
def media3_version = '1.2.0'
def media3_version = '1.2.1'
def androidxCoreVersion = '1.8.0'
implementation "androidx.media3:media3-session:$media3_version"
implementation "androidx.media3:media3-datasource:$media3_version"
Expand Down
Binary file modified app/libs/lib-decoder-av1-release.aar
Binary file not shown.
Binary file modified app/libs/lib-decoder-ffmpeg-release.aar
Binary file not shown.
Binary file modified app/libs/lib-exoplayer-release.aar
Binary file not shown.
Binary file modified app/libs/lib-extractor-release.aar
Binary file not shown.
Binary file modified app/libs/lib-ui-release.aar
Binary file not shown.

0 comments on commit ff640a8

Please sign in to comment.