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

This commit is contained in:
Dulmandakh 2018-09-11 17:22:54 +08:00
parent c4fde1d323
commit 1461ba26e2
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ android {
}
dependencies {
implementation 'com.facebook.react:react-native:+'
compile 'com.facebook.react:react-native:+'
}