Skip to content

Commit

Permalink
Fixed nits
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl authored and Adel Grimm committed Dec 1, 2016
1 parent 56d44a2 commit 130ef65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ To install using Cocoapods, simply insert the following line into your `Podfile`

## Android

For React Native v0.29.0 or above:

1. in your `build.gradle` add:
```groovy
...
Expand All @@ -51,7 +49,9 @@ dependencies {
}
```

3. in your application object, add:
For React Native v0.29.0 or above:

2. in your application object, add:

```java
public class MyApplication extends Application implements ReactApplication {
Expand Down

0 comments on commit 130ef65

Please sign in to comment.