Support RN 0.57 w/ gradle 3

This commit is contained in:
Tom Spencer
2018-09-06 09:44:27 +01:00
parent 3c0323fbb0
commit 00174b63b8
2 changed files with 9 additions and 9 deletions

View File

@@ -21,6 +21,6 @@ android {
dependencies {
//noinspection GradleDynamicVersion
provided "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
compile 'com.yqritc:android-scalablevideoview:1.0.4'
compileOnly "com.facebook.react:react-native:${safeExtGet('reactNativeVersion', '+')}"
implementation 'com.yqritc:android-scalablevideoview:1.0.4'
}