2017-01-11 05:51:45 -07:00
|
|
|
apply plugin: 'com.android.library'
|
|
|
|
|
|
|
|
android {
|
|
|
|
compileSdkVersion 23
|
2017-03-21 14:25:46 -06:00
|
|
|
buildToolsVersion "25.0.2"
|
2017-01-11 05:51:45 -07:00
|
|
|
|
|
|
|
defaultConfig {
|
|
|
|
minSdkVersion 16
|
|
|
|
targetSdkVersion 23
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
provided 'com.facebook.react:react-native:+'
|
2017-03-21 14:25:17 -06:00
|
|
|
compile 'com.google.android.exoplayer:exoplayer:r2.2.0'
|
|
|
|
compile('com.google.android.exoplayer:extension-okhttp:r2.2.0') {
|
2017-01-11 05:51:45 -07:00
|
|
|
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
|
|
|
|
}
|
|
|
|
compile 'com.squareup.okhttp3:okhttp:3.4.2'
|
|
|
|
}
|