Skip to content

Commit

Permalink
Update AndroidX Media to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moneytoo committed Jul 25, 2024
1 parent 4f78528 commit 4c96e00
Show file tree
Hide file tree
Showing 3 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&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.4.0--rc01-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.4.0-rc01)
[![Media3](https://img.shields.io/badge/Media3-1.4.0-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.4.0)
[![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
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.brouken.player"
minSdkVersion 21
targetSdkVersion 34
versionCode 164
versionCode 165
versionName "0.${versionCode}"
archivesBaseName = "Just.Player.v${versionName}"
}
Expand Down Expand Up @@ -71,7 +71,7 @@ android {
}

dependencies {
def media3_version = '1.4.0-rc01'
def media3_version = '1.4.0'
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-exoplayer-release.aar
Binary file not shown.

0 comments on commit 4c96e00

Please sign in to comment.