Commit 68827878 by tonihei Committed by Oliver Woodman

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
parent 4180b965
Showing 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'
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment