mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-04 15:44:24 +00:00
Merge pull request #743 from colorfulberry/patch-1
Update build.gradle compile should instead implementation at latest react-native
This commit is contained in:
@@ -49,5 +49,5 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
//noinspection GradleDynamicVersion
|
//noinspection GradleDynamicVersion
|
||||||
implementation 'com.facebook.react:react-native:+'
|
compile 'com.facebook.react:react-native:+'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user