Skip to content

Commit 1b38515

Browse files
committed
Merge branch 'task/update-exo-2.17.0' of https://github.com/newrelic/video-agent-android
2 parents cd9fdbc + 409a55e commit 1b38515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NRIMATracker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation 'androidx.appcompat:appcompat:1.2.0'
4141
implementation 'com.google.android.material:material:1.3.0'
4242
implementation project(path: ':NewRelicVideoCore')
43-
implementation 'com.google.android.exoplayer:extension-ima:+'
43+
implementation 'com.google.android.exoplayer:extension-ima:2.17.0'
4444
testImplementation 'junit:junit:4.+'
4545
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
4646
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
5151

5252
implementation 'com.google.android.exoplayer:exoplayer:2.17.0'
53-
implementation 'com.google.android.exoplayer:extension-ima:+'
53+
implementation 'com.google.android.exoplayer:extension-ima:2.17.0'
5454

5555
implementation 'com.newrelic.agent.android:android-agent:+'
5656

0 commit comments

Comments
 (0)