simplified logic

This commit is contained in:
JB Paul 2019-05-24 17:53:13 +09:00 committed by GitHub
parent 3989d73063
commit 327d8625a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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