diff --git a/README.md b/README.md index c9d5f00f..f4e92348 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ begin. ### Download Download [the latest JARs](https://github.com/facebook/stetho/releases/latest) or grab via Gradle: ```groovy -implementation 'com.facebook.stetho:stetho:1.5.1' +debugImplementation 'com.facebook.stetho:stetho:1.5.1' ``` or Maven: ```xml @@ -29,17 +29,17 @@ or Maven: Only the main `stetho` dependency is strictly required; however, you may also wish to use one of the network helpers: ```groovy -implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1' +debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.5.1' ``` or: ```groovy -implementation 'com.facebook.stetho:stetho-urlconnection:1.5.1' +debugImplementation 'com.facebook.stetho:stetho-urlconnection:1.5.1' ``` You can also enable a JavaScript console with: ```groovy -implementation 'com.facebook.stetho:stetho-js-rhino:1.5.1' +debugImplementation 'com.facebook.stetho:stetho-js-rhino:1.5.1' ``` For more details on how to customize the JavaScript runtime see [stetho-js-rhino](stetho-js-rhino/).