Upgrade librtmp-client to 3.1.0

This commit is contained in:
Venkatarama NG. Avadhani 2019-08-16 10:37:48 +05:30 committed by Oliver Woodman
parent 5100e67c83
commit 08bb42ddc5

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-robolectric')
}