Fix RTMP library gradle file.

(GitHub issue #3038)

Module prefix was missing for library-core module.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=161366375
This commit is contained in:
tonihei 2017-07-10 01:41:51 -07:00 committed by Oliver Woodman
parent 4180b9656d
commit 68827878e9

View file

@ -27,6 +27,6 @@ android {
}
dependencies {
compile project(':library-core')
compile project(modulePrefix + 'library-core')
compile 'net.butterflytv.utils:rtmp-client:0.2.7.1'
}