From 7272f737541dcbce08fef7a9e6801e226dcbf465 Mon Sep 17 00:00:00 2001 From: Tamsiree Date: Fri, 6 Mar 2020 16:37:09 +0800 Subject: [PATCH] update build.gradle --- RxArcGisKit/build.gradle | 2 -- RxCamera/build.gradle | 2 -- RxFeature/build.gradle | 2 -- RxKit/build.gradle | 3 +-- RxPay/build.gradle | 2 -- RxUI/build.gradle | 2 -- build.gradle | 2 +- 7 files changed, 2 insertions(+), 13 deletions(-) diff --git a/RxArcGisKit/build.gradle b/RxArcGisKit/build.gradle index 9e34c109..f286994a 100644 --- a/RxArcGisKit/build.gradle +++ b/RxArcGisKit/build.gradle @@ -1,6 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'com.github.dcendents.android-maven' -group = 'com.tamsiree' android { diff --git a/RxCamera/build.gradle b/RxCamera/build.gradle index a68e534b..4de00a4c 100644 --- a/RxCamera/build.gradle +++ b/RxCamera/build.gradle @@ -1,6 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'com.github.dcendents.android-maven' -group = 'com.tamsiree' android { compileSdkVersion 29 diff --git a/RxFeature/build.gradle b/RxFeature/build.gradle index ce770142..ec07e39e 100644 --- a/RxFeature/build.gradle +++ b/RxFeature/build.gradle @@ -1,6 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'com.github.dcendents.android-maven' -group = 'com.tamsiree' android { compileSdkVersion 29 diff --git a/RxKit/build.gradle b/RxKit/build.gradle index c3557419..37fbd173 100644 --- a/RxKit/build.gradle +++ b/RxKit/build.gradle @@ -1,7 +1,6 @@ apply plugin: 'com.android.library' apply plugin: 'org.greenrobot.greendao' -apply plugin: 'com.github.dcendents.android-maven' -group = 'com.tamsiree' + //apply plugin: 'com.jfrog.bintray' android { diff --git a/RxPay/build.gradle b/RxPay/build.gradle index 81b9e9ed..fc6d4abc 100644 --- a/RxPay/build.gradle +++ b/RxPay/build.gradle @@ -1,6 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'com.github.dcendents.android-maven' -group = 'com.tamsiree' android { compileSdkVersion 29 diff --git a/RxUI/build.gradle b/RxUI/build.gradle index 64fb723e..03092fe2 100644 --- a/RxUI/build.gradle +++ b/RxUI/build.gradle @@ -1,6 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'com.github.dcendents.android-maven' -group = 'com.tamsiree' android { compileSdkVersion 29 diff --git a/build.gradle b/build.gradle index cd434bd5..587a342d 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { classpath 'com.android.tools.build:gradle:3.6.1' classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' classpath 'com.jakewharton:butterknife-gradle-plugin:10.2.1' - classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' +// 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 // classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.2'