소스 검색

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,5 +18,5 @@ android {
18 18
 }
19 19
 
20 20
 dependencies {
21
-    compile 'com.facebook.react:react-native:+'
21
+    implementation 'com.facebook.react:react-native:+'
22 22
 }