apply plugin: 'com.android.library' android { compileSdkVersion 25 buildToolsVersion "25.0.2" defaultConfig { minSdkVersion 16 targetSdkVersion 25 versionCode 1 versionName "1.0" ndk { abiFilters "armeabi-v7a", "x86" } } } dependencies { //noinspection GradleDynamicVersion provided 'com.facebook.react:react-native:+' compile 'com.yqritc:android-scalablevideoview:1.0.4' }