소스 검색

Update build.gradle

Rob Walker 5 년 전
부모
커밋
4cdc997ec9
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      android/build.gradle

+ 2
- 2
android/build.gradle 파일 보기

@@ -33,6 +33,6 @@ repositories {
33 33
 }
34 34
 
35 35
 dependencies {
36
-    compile 'com.facebook.react:react-native:+'
36
+    implementation 'com.facebook.react:react-native:+'
37 37
 }
38
-  
38
+