Skip to content

Commit

Permalink
Bumping telemetry sdk version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
meiao committed Jan 24, 2024
1 parent 0423bf5 commit 66affff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Add required `build.gradle` dependencies to your project:

```
implementation("com.newrelic.telemetry:dropwizard-metrics-newrelic:1.0.0")
implementation("com.newrelic.telemetry:telemetry-core:0.15.0")
implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.15.0")
implementation("com.newrelic.telemetry:telemetry-core:0.16.0")
implementation("com.newrelic.telemetry:telemetry-http-okhttp:0.16.0")
```

If you do not want to depend on okhttp, you can remove the dependency on `telemetry-http-okhttp`,
Expand Down

0 comments on commit 66affff

Please sign in to comment.