Daniel Zlotin 8 年前
父节点
当前提交
f955d938d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/app/build.gradle

+ 1
- 1
android/app/build.gradle 查看文件

@@ -43,7 +43,7 @@ repositories {
43 43
     jcenter()
44 44
     maven {
45 45
         // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
46
-        url "rootDir/../node_modules/react-native/android"
46
+        url "$rootDir/../node_modules/react-native/android"
47 47
     }
48 48
 }
49 49