1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-08 16:55:17 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

fix compile error

This commit is contained in:
DengYun
2016-06-28 10:33:10 +08:00
committed by GitHub
parent 1725699409
commit 3fc5d3629a

View File

@@ -22,7 +22,7 @@ android {
repositories { repositories {
maven { maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../../node_modules/react-native/android" url "$rootDir/../../../node_modules/react-native/android"
} }
} }