apply plugin: 'com.android.library' android { compileSdkVersion 23 buildToolsVersion "23.0.1" defaultConfig { minSdkVersion 16 targetSdkVersion 23 } } dependencies { provided 'com.facebook.react:react-native:+' compile 'com.google.android.exoplayer:exoplayer:r2.1.1' compile('com.google.android.exoplayer:extension-okhttp:r2.1.1') { exclude group: 'com.squareup.okhttp3', module: 'okhttp' } compile 'com.squareup.okhttp3:okhttp:3.4.2' }