Skip to content

Commit e2aa237

Browse files
Evgueni NavernioukFacebook Github Bot
authored andcommitted
Minor doc improvements in Debugging.md
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
1 parent a567898 commit e2aa237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ The debugger will receive a list of all project roots, separated by a space. For
9494
9595
### Debugging with [Stetho](http://facebook.github.io/stetho/) on Android
9696

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

9999
```gradle
100100
compile 'com.facebook.stetho:stetho:1.3.1'
101101
compile 'com.facebook.stetho:stetho-okhttp3:1.3.1'
102102
```
103103

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

106106
```java
107107
import com.facebook.react.modules.network.ReactCookieJarContainer;

0 commit comments

Comments
 (0)