Skip to content

Commit

Permalink
Minor doc improvements in Debugging.md
Browse files Browse the repository at this point in the history
Summary:
As per: #9276 (comment)

Minor clarity and styling improvements for Debugging.md for the "Stetho" section

No test changes required.
Closes #9303

Differential Revision: D3690557

Pulled By: hramos

fbshipit-source-id: f5ce13d96884f1c11836b278697d2815f40c5216
  • Loading branch information
Evgueni Naverniouk authored and Facebook Github Bot committed Aug 9, 2016
1 parent a567898 commit e2aa237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,14 @@ The debugger will receive a list of all project roots, separated by a space. For
### Debugging with [Stetho](http://facebook.github.io/stetho/) on Android

1. In ```android/app/build.gradle``` , add
1. In ```android/app/build.gradle```, add these lines in the `dependencies` section:

```gradle
compile 'com.facebook.stetho:stetho:1.3.1'
compile 'com.facebook.stetho:stetho-okhttp3:1.3.1'
```

2. In ```android/app/src/main/java/com/{yourAppName}/MainApplication.java```, add the following imports :
2. In ```android/app/src/main/java/com/{yourAppName}/MainApplication.java```, add the following imports:

```java
import com.facebook.react.modules.network.ReactCookieJarContainer;
Expand Down

0 comments on commit e2aa237

Please sign in to comment.