mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-25 20:09:12 +00:00
Merge pull request #74 from Fujiwaranosai/master
Upgrade gradle version and react native local url
This commit is contained in:
@@ -4,7 +4,7 @@ buildscript {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:1.1.3'
|
||||
classpath 'com.android.tools.build:gradle:2.1.0'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ repositories {
|
||||
jcenter()
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$projectDir/../../node_modules/react-native/android"
|
||||
url "$projectDir/../../../node_modules/react-native/android"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user