Skip to content

Commit

Permalink
update build.gradle in demo-react-native (wix#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
vonovak authored and rotemmiz committed Oct 7, 2018
1 parent cd45209 commit aaaf798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-react-native/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ allprojects {
jcenter()
google()
maven {
url "$projectDir/../../node_modules/react-native/android"
url "$rootDir/../node_modules/react-native/android"
}
}
}

0 comments on commit aaaf798

Please sign in to comment.