From 2b5094e52c27746a9bb01a7134ce561162c9a974 Mon Sep 17 00:00:00 2001 From: wangfuda Date: Sun, 6 Aug 2017 20:30:16 +0800 Subject: [PATCH] reset the commit of host-lib's build.gradle --- replugin-host-library/replugin-host-lib/build.gradle | 8 -------- 1 file changed, 8 deletions(-) diff --git a/replugin-host-library/replugin-host-lib/build.gradle b/replugin-host-library/replugin-host-lib/build.gradle index 0b3d477..d9c0f7b 100644 --- a/replugin-host-library/replugin-host-lib/build.gradle +++ b/replugin-host-library/replugin-host-lib/build.gradle @@ -18,7 +18,6 @@ * @author RePlugin Team */ apply plugin: 'com.android.library' -apply plugin: 'maven-publish' version = "2.1.7" group = 'com.qihoo360.replugin' // 组名 @@ -54,12 +53,5 @@ dependencies { provided 'com.android.support:support-v4:25.2.0' } -publishing { - publications { - maven(MavenPublication) { - artifact "./build/outputs/aar/replugin-host-lib-debug.aar" - } - } -} apply from: 'bintray.gradle'