Upgrade librtmp-client to 3.1.0

This commit is contained in:
Venkatarama NG. Avadhani 2019-08-16 10:37:48 +05:30
parent e267550d95
commit 6747714479

View file

@ -32,7 +32,7 @@ android {
dependencies {
implementation project(modulePrefix + 'library-core')
implementation 'net.butterflytv.utils:rtmp-client:3.0.1'
implementation 'net.butterflytv.utils:rtmp-client:3.1.0'
implementation 'androidx.annotation:annotation:1.1.0'
testImplementation project(modulePrefix + 'testutils')
testImplementation 'org.robolectric:robolectric:' + robolectricVersion