Merge pull request #74 from Fujiwaranosai/master

Upgrade gradle version and react native local url
This commit is contained in:
Horcrux
2016-07-13 17:02:04 +08:00
committed by GitHub
+2 -2
View File
@@ -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"
}
}