Skip to content

Commit 744848b

Browse files
fix: Update version using semver
1 parent ae26163 commit 744848b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ dependencies {
4949
...
5050
5151
// Add this to install the NewRelicVideoCore (required)
52-
implementation 'com.github.newrelic.video-agent-android:NewRelicVideoCore:v4.0.2'
52+
implementation 'com.github.newrelic.video-agent-android:NewRelicVideoCore:~v4.0'
5353
5454
// Add this to install the ExoPlayer tracker
55-
implementation 'com.github.newrelic.video-agent-android:NRExoPlayerTracker:v4.0.2'
55+
implementation 'com.github.newrelic.video-agent-android:NRExoPlayerTracker:~v4.0'
5656
5757
// Add this to install the Google IMA library tracker
58-
implementation 'com.github.newrelic.video-agent-android:NRIMATracker:v4.0.2'
58+
implementation 'com.github.newrelic.video-agent-android:NRIMATracker:~v4.0'
5959
}
6060
```
6161

0 commit comments

Comments
 (0)