dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation project(path: ':Http') implementation project(path: ':PublicComponent') } //apply from: 'bintray-release.gradle' ext { PUBLISH_ARTIFACT_ID = 'm3u8' } apply from: '../gradle/mavenCentral-release.gradle'