Преглед изворни кода

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

Dulmandakh пре 6 година
родитељ
комит
1461ba26e2
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
-    implementation 'com.facebook.react:react-native:+'
21
+    compile 'com.facebook.react:react-native:+'
22 22
 }