浏览代码

Revert "use compile instead of implementation to support gradle plugin 2.x used in RN 0.56"

Dulmandakh 5 年前
父节点
当前提交
0f7091ba14
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      android/build.gradle

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

18
 }
18
 }
19
 
19
 
20
 dependencies {
20
 dependencies {
21
-    compile 'com.facebook.react:react-native:+'
21
+    implementation 'com.facebook.react:react-native:+'
22
 }
22
 }