diff --git a/README.md b/README.md index 71c65f7e..a27831e7 100644 --- a/README.md +++ b/README.md @@ -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.+' } ```