Skip to content

Commit 1d7dab4

Browse files
committed
docs(okhttp): add rollbar-java to installation snippet
1 parent 3c4f505 commit 1d7dab4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rollbar-okhttp/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ It records:
1313

1414
```kotlin
1515
dependencies {
16+
implementation("com.rollbar:rollbar-java:<version>")
1617
implementation("com.rollbar:rollbar-okhttp:<version>")
1718
implementation("com.squareup.okhttp3:okhttp:<okhttp-version>")
1819
}
@@ -22,6 +23,7 @@ dependencies {
2223

2324
```groovy
2425
dependencies {
26+
implementation 'com.rollbar:rollbar-java:<version>'
2527
implementation 'com.rollbar:rollbar-okhttp:<version>'
2628
implementation 'com.squareup.okhttp3:okhttp:<okhttp-version>'
2729
}

0 commit comments

Comments
 (0)