From d2edf931e063ae329e7edd897f6d514bb27de06a Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 13 Sep 2018 18:33:54 +0530 Subject: [PATCH] hls forgotton --- library/hls/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/hls/build.gradle b/library/hls/build.gradle index 6aeb33e1952..51ba979c25e 100644 --- a/library/hls/build.gradle +++ b/library/hls/build.gradle @@ -13,6 +13,8 @@ // limitations under the License. apply from: '../../constants.gradle' apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.dpsharma1988' android { compileSdkVersion project.ext.compileSdkVersion