From 5c74309f1fbca682feb11b69f04cd24c83c17899 Mon Sep 17 00:00:00 2001 From: yangle Date: Mon, 7 Jan 2019 10:12:17 +0800 Subject: [PATCH] Add maven plugin --- build.gradle | 4 ++-- recyclerview-helper-library/build.gradle | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8d3ef8e..ec6ff35 100644 --- a/build.gradle +++ b/build.gradle @@ -1,14 +1,14 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - + repositories { google() jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.2.1' - + classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/recyclerview-helper-library/build.gradle b/recyclerview-helper-library/build.gradle index 9ca754e..7b01bb6 100644 --- a/recyclerview-helper-library/build.gradle +++ b/recyclerview-helper-library/build.gradle @@ -1,4 +1,6 @@ apply plugin: 'com.android.library' +apply plugin: 'com.github.dcendents.android-maven' +group = 'com.github.alidili' android { compileSdkVersion COMPILE_SDK_VERSION