Commit e5952d48 by olly Committed by Oliver Woodman

Upgrade RTMP dependency

- Drop minimum version to new RTMP min version
- Publish the extension

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162477200
parent 5e203f48
Showing with 13 additions and 4 deletions
...@@ -19,14 +19,23 @@ android { ...@@ -19,14 +19,23 @@ android {
buildToolsVersion project.ext.buildToolsVersion buildToolsVersion project.ext.buildToolsVersion
defaultConfig { defaultConfig {
// TODO: Lower minSdkVersion as much as possible once this issue in LibRtmp is fixed: minSdkVersion 15
// https://github.com/ant-media/LibRtmp-Client-for-Android/issues/39
minSdkVersion 21
targetSdkVersion project.ext.targetSdkVersion targetSdkVersion project.ext.targetSdkVersion
} }
} }
dependencies { dependencies {
compile project(modulePrefix + 'library-core') compile project(modulePrefix + 'library-core')
compile 'net.butterflytv.utils:rtmp-client:0.2.7.1' compile 'net.butterflytv.utils:rtmp-client:0.2.8'
} }
ext {
javadocTitle = 'RTMP extension'
}
apply from: '../../javadoc_library.gradle'
ext {
releaseArtifact = 'extension-rtmp'
releaseDescription = 'RTMP extension for ExoPlayer.'
}
apply from: '../../publish.gradle'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment