Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ dependencies {
...

// Add this to install the NewRelicVideoCore (required)
implementation 'com.github.newrelic.video-agent-android:NewRelicVideoCore:v4.0.2'
implementation 'com.github.newrelic.video-agent-android:NewRelicVideoCore:4.+'

// Add this to install the ExoPlayer tracker
implementation 'com.github.newrelic.video-agent-android:NRExoPlayerTracker:v4.0.2'
implementation 'com.github.newrelic.video-agent-android:NRExoPlayerTracker:4.+'

// Add this to install the Google IMA library tracker
implementation 'com.github.newrelic.video-agent-android:NRIMATracker:v4.0.2'
implementation 'com.github.newrelic.video-agent-android:NRIMATracker:4.+'
}
```

Expand Down
Loading