diff --git a/README.md b/README.md index 430c67ef..7da6df6e 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&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.5.0--rc02-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.5.0-rc02) +[![Media3](https://img.shields.io/badge/Media3-1.5.0-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.5.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/) diff --git a/app/build.gradle b/app/build.gradle index f4d81a98..29a6dbfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -11,7 +11,7 @@ android { applicationId "com.brouken.player" minSdkVersion 21 targetSdkVersion 34 - versionCode 176 + versionCode 177 versionName "0.${versionCode}" archivesBaseName = "Just.Player.v${versionName}" } @@ -74,7 +74,7 @@ android { } dependencies { - def media3_version = '1.5.0-rc02' + def media3_version = '1.5.0' def androidxCoreVersion = '1.8.0' implementation "androidx.media3:media3-session:$media3_version" implementation "androidx.media3:media3-datasource:$media3_version" diff --git a/app/libs/lib-exoplayer-release.aar b/app/libs/lib-exoplayer-release.aar index 5a31eaac..a8a293ae 100644 Binary files a/app/libs/lib-exoplayer-release.aar and b/app/libs/lib-exoplayer-release.aar differ