Skip to content

Commit c756778

Browse files
Merge pull request #97 from newrelic/media3-update-fix
fix: Update media3 from 1.1.0 to 1.2.0 for Android 14 compatibility
2 parents f76c13c + 320d92b commit c756778

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

NRExoPlayerTracker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation 'androidx.appcompat:appcompat:1.2.0'
3838
implementation 'com.google.android.material:material:1.2.1'
3939
implementation project(path: ':NewRelicVideoCore')
40-
implementation 'androidx.media3:media3-exoplayer:1.1.0'
40+
implementation 'androidx.media3:media3-exoplayer:1.2.0'
4141
testImplementation 'junit:junit:4.13.2'
4242
testImplementation 'org.robolectric:robolectric:4.10.3'
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.5'

NRIMATracker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
implementation 'androidx.appcompat:appcompat:1.2.0'
3838
implementation 'com.google.android.material:material:1.3.0'
3939
implementation project(path: ':NewRelicVideoCore')
40-
implementation 'androidx.media3:media3-exoplayer-ima:1.1.0'
40+
implementation 'androidx.media3:media3-exoplayer-ima:1.2.0'
4141
testImplementation 'junit:junit:4.13.2'
4242
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4343
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'

NewRelicVideoCore/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ dependencies {
3737
implementation 'androidx.appcompat:appcompat:1.1.0'
3838
implementation 'com.google.android.material:material:1.1.0'
3939
implementation 'com.newrelic.agent.android:android-agent:7.6.3'
40-
implementation 'androidx.media3:media3-exoplayer:1.1.0'
41-
implementation 'androidx.media3:media3-exoplayer-ima:1.1.0'
40+
implementation 'androidx.media3:media3-exoplayer:1.2.0'
41+
implementation 'androidx.media3:media3-exoplayer-ima:1.2.0'
4242

4343
// Add androidx.leanback for accurate Android TV detection
4444
// implementation 'androidx.leanback:leanback:1.0.0'

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ dependencies {
6565
androidTestImplementation 'androidx.test:runner:1.5.2'
6666
androidTestImplementation 'androidx.test:rules:1.5.0'
6767

68-
implementation 'androidx.media3:media3-exoplayer:1.1.0'
69-
implementation 'androidx.media3:media3-ui:1.1.0'
70-
implementation 'androidx.media3:media3-exoplayer-ima:1.1.0'
71-
implementation 'androidx.media3:media3-exoplayer-dash:1.1.0'
68+
implementation 'androidx.media3:media3-exoplayer:1.2.0'
69+
implementation 'androidx.media3:media3-ui:1.2.0'
70+
implementation 'androidx.media3:media3-exoplayer-ima:1.2.0'
71+
implementation 'androidx.media3:media3-exoplayer-dash:1.2.0'
7272

7373
implementation 'com.android.support:multidex:1.0.3'
7474
}

0 commit comments

Comments
 (0)