mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 {
|
dependencies {
|
||||||
compile project(':library-core')
|
compile project(modulePrefix + 'library-core')
|
||||||
compile 'net.butterflytv.utils:rtmp-client:0.2.7.1'
|
compile 'net.butterflytv.utils:rtmp-client:0.2.7.1'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue