Skip to content

Commit 7fff193

Browse files
chore(dependencies): Update Media3 to 1.5.0 (#72)
1 parent b71af78 commit 7fff193

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ plugins {
55

66
android {
77
namespace = "com.mux.player.media3"
8-
compileSdk = 34
8+
compileSdk = 35
99

1010
defaultConfig {
1111
minSdk = 21
12-
targetSdk = 34
12+
targetSdk = 35
1313
versionCode = 1
1414
versionName = "1.0"
1515

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ plugins {
77

88
allprojects {
99
ext {
10-
set("muxDataVersion", "1.6.0")
10+
set("muxDataVersion", "1.6.2")
1111
}
1212
}

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ plugins {
77

88
android {
99
namespace 'com.mux.player'
10-
compileSdk 34
10+
compileSdk 35
1111

1212
defaultConfig {
1313
minSdk 21
1414
//noinspection EditedTargetSdkVersion
15-
targetSdk 34
15+
targetSdk 35
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
consumerProguardFiles "consumer-rules.pro"
@@ -77,8 +77,8 @@ muxDistribution {
7777

7878
dependencies {
7979

80-
def media3Version = "1.4.1"
81-
def media3DataSdk = "at_1_4"
80+
def media3Version = "1.5.0"
81+
def media3DataSdk = "at_1_5"
8282
api "androidx.media3:media3-common:${media3Version}"
8383
api "androidx.media3:media3-exoplayer:${media3Version}"
8484
api "androidx.media3:media3-ui:${media3Version}"

0 commit comments

Comments
 (0)