File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
[ ![ GitHub all releases] ( https://img.shields.io/github/downloads/moneytoo/Player/total?logo=github&cacheSeconds=3600 )] ( https://github.com/moneytoo/Player/releases/latest )
7
7
[ ![ 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 )
8
8
[ ![ 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 )
10
10
[ ![ Weblate project translated] ( https://img.shields.io/weblate/progress/just-player?logo=weblate&logoColor=white&cacheSeconds=36000 )] ( https://hosted.weblate.org/engage/just-player/ )
11
11
[ ![ 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/ )
12
12
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
11
11
applicationId " com.brouken.player"
12
12
minSdkVersion 21
13
13
targetSdkVersion 34
14
- versionCode 153
14
+ versionCode 154
15
15
versionName " 0.${ versionCode} "
16
16
archivesBaseName = " Just.Player.v${ versionName} "
17
17
}
@@ -71,7 +71,7 @@ android {
71
71
}
72
72
73
73
dependencies {
74
- def media3_version = ' 1.2.0-rc01 '
74
+ def media3_version = ' 1.2.0'
75
75
def androidxCoreVersion = ' 1.8.0'
76
76
implementation " androidx.media3:media3-session:$media3_version "
77
77
implementation " androidx.media3:media3-datasource:$media3_version "
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:8.1.3 '
8
+ classpath ' com.android.tools.build:gradle:8.1.4 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments