Rebase pull request #807 from agustin107/master

Update README.md, changing dependency configuration for Android platform
This commit is contained in:
Mikael Sand
2018-10-12 16:04:59 +03:00
parent 99e98b666d
commit 349c3b3367
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -49,5 +49,5 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
compile 'com.facebook.react:react-native:+'
implementation 'com.facebook.react:react-native:+'
}