diff --git a/extensions/rtmp/build.gradle b/extensions/rtmp/build.gradle index 7f017255fa..c0829d923d 100644 --- a/extensions/rtmp/build.gradle +++ b/extensions/rtmp/build.gradle @@ -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' }