mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
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:
parent
4180b9656d
commit
68827878e9
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue