mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 16:04:38 +00:00
Rebase pull request #807 from agustin107/master
Update README.md, changing dependency configuration for Android platform
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -49,5 +49,5 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
//noinspection GradleDynamicVersion
|
||||
compile 'com.facebook.react:react-native:+'
|
||||
implementation 'com.facebook.react:react-native:+'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user