From 50a862b95c8844a95dfc43d8d2781d1c34fc119d Mon Sep 17 00:00:00 2001 From: MHD HAMZA AL OMARI <36658089+OMARIHAMZA@users.noreply.github.com> Date: Sun, 27 Oct 2019 15:26:12 +0200 Subject: [PATCH] added maven gradle plugin --- build.gradle | 2 +- storyview/build.gradle | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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' - }