Skip to content

Commit 06553f0

Browse files
committed
Update AndroidX Media to 1.2.0
1 parent e58a301 commit 06553f0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![GitHub all releases](https://img.shields.io/github/downloads/moneytoo/Player/total?logo=github&cacheSeconds=3600)](https://github.com/moneytoo/Player/releases/latest)
77
[![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)
88
[![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)
9-
[![Media3](https://img.shields.io/badge/Media3-1.2.0--rc01-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.2.0-rc01)
9+
[![Media3](https://img.shields.io/badge/Media3-1.2.0-007ec6?cacheSeconds=3600)](https://github.com/androidx/media/releases/tag/1.2.0)
1010
[![Weblate project translated](https://img.shields.io/weblate/progress/just-player?logo=weblate&logoColor=white&cacheSeconds=36000)](https://hosted.weblate.org/engage/just-player/)
1111
[![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/)
1212

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ android {
1111
applicationId "com.brouken.player"
1212
minSdkVersion 21
1313
targetSdkVersion 34
14-
versionCode 153
14+
versionCode 154
1515
versionName "0.${versionCode}"
1616
archivesBaseName = "Just.Player.v${versionName}"
1717
}
@@ -71,7 +71,7 @@ android {
7171
}
7272

7373
dependencies {
74-
def media3_version = '1.2.0-rc01'
74+
def media3_version = '1.2.0'
7575
def androidxCoreVersion = '1.8.0'
7676
implementation "androidx.media3:media3-session:$media3_version"
7777
implementation "androidx.media3:media3-datasource:$media3_version"

app/libs/lib-exoplayer-release.aar

-9 Bytes
Binary file not shown.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.1.3'
8+
classpath 'com.android.tools.build:gradle:8.1.4'
99

1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files

0 commit comments

Comments
 (0)