Fix android project.

This commit is contained in:
Dylan Vann
2018-05-06 03:39:22 -04:00
parent a55287cdb6
commit bf67634a44
4 changed files with 11 additions and 7 deletions
@@ -16,6 +16,9 @@ allprojects {
repositories {
mavenLocal()
jcenter()
maven {
url "https://maven.google.com"
}
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"