Update version of rtmp-client to 3.0.1

This commit is contained in:
Oliver Woodman 2018-01-24 10:51:31 +00:00
parent d098effa69
commit c8298e70b1

View File

@ -26,7 +26,7 @@ android {
dependencies { dependencies {
compile project(modulePrefix + 'library-core') compile project(modulePrefix + 'library-core')
compile 'net.butterflytv.utils:rtmp-client:3.0.0' compile 'net.butterflytv.utils:rtmp-client:3.0.1'
} }
ext { ext {