Skip to content

Commit

Permalink
Rebase pull request software-mansion#807 from agustin107/master
Browse files Browse the repository at this point in the history
Update README.md, changing dependency configuration for Android platform
  • Loading branch information
msand committed Oct 12, 2018
1 parent 99e98b6 commit 349c3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:

```
compile project(':react-native-svg')
implementation project(':react-native-svg')
```

4. Open up `android/app/src/main/java/[...]/MainApplication.java
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ repositories {

dependencies {
//noinspection GradleDynamicVersion
compile 'com.facebook.react:react-native:+'
implementation 'com.facebook.react:react-native:+'
}

0 comments on commit 349c3b3

Please sign in to comment.