diff --git a/build.gradle b/build.gradle index f5fb2cc..2afc955 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:3.5.0' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/storyview/build.gradle b/storyview/build.gradle index a256e9b..470eee2 100644 --- a/storyview/build.gradle +++ b/storyview/build.gradle @@ -1,5 +1,8 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.omarihamza' + android { compileSdkVersion 28 @@ -37,5 +40,4 @@ dependencies { annotationProcessor 'com.github.bumptech.glide:compiler:4.10.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.palette:palette:1.0.0' - }