We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4f505 commit 1d7dab4Copy full SHA for 1d7dab4
1 file changed
rollbar-okhttp/README.md
@@ -13,6 +13,7 @@ It records:
13
14
```kotlin
15
dependencies {
16
+ implementation("com.rollbar:rollbar-java:<version>")
17
implementation("com.rollbar:rollbar-okhttp:<version>")
18
implementation("com.squareup.okhttp3:okhttp:<okhttp-version>")
19
}
@@ -22,6 +23,7 @@ dependencies {
22
23
24
```groovy
25
26
+ implementation 'com.rollbar:rollbar-java:<version>'
27
implementation 'com.rollbar:rollbar-okhttp:<version>'
28
implementation 'com.squareup.okhttp3:okhttp:<okhttp-version>'
29
0 commit comments