From adb3e395823ef18784545db22302b364cc135c4a Mon Sep 17 00:00:00 2001 From: Lucio Date: Sun, 2 Apr 2017 16:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=20skin=20release=20v1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easy/build.gradle | 16 +++------------- skin/build.gradle | 3 ++- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/easy/build.gradle b/easy/build.gradle index 0c112a7..91011b4 100644 --- a/easy/build.gradle +++ b/easy/build.gradle @@ -1,6 +1,6 @@ apply plugin: 'com.android.library' -apply plugin: 'com.github.dcendents.android-maven' -group='com.github.SupLuo' +//apply plugin: 'com.github.dcendents.android-maven' +//group='com.github.SupLuo' android { compileSdkVersion 23 buildToolsVersion "23.0.3" @@ -39,14 +39,4 @@ dependencies { compile 'io.reactivex.rxjava2:rxjava:2.0.7' compile 'io.reactivex.rxjava2:rxandroid:2.0.1' -} - -task makeJar(type: proguard.gradle.ProGuardTask, dependsOn: "build") { - delete 'build/outputs/easy.jar'//删除之前编译混淆jar包 - // 未混淆的jar路径 - injars 'build/intermediates/bundles/release/classes.jar' - // 混淆后的jar输出路径 - outjars 'build/outputs/easy.jar' - // 混淆配置文件 - configuration 'proguard-rules.pro' -} +} \ No newline at end of file diff --git a/skin/build.gradle b/skin/build.gradle index 43b2f3e..ad1d51e 100644 --- a/skin/build.gradle +++ b/skin/build.gradle @@ -1,5 +1,6 @@ apply plugin: 'com.android.library' - +apply plugin: 'com.github.dcendents.android-maven' +group='com.github.SupLuo' android { compileSdkVersion 23 buildToolsVersion "23.0.3"