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

This commit is contained in:
Dulmandakh 2018-09-12 03:31:44 +08:00
parent 1461ba26e2
commit 0f7091ba14
1 changed files with 1 additions and 1 deletions

View File

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