Skip to content

Commit

Permalink
发布 skin release v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uni-cstar committed Apr 2, 2017
1 parent 57b5d0c commit adb3e39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
16 changes: 3 additions & 13 deletions easy/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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'
}
}
3 changes: 2 additions & 1 deletion skin/build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit adb3e39

Please sign in to comment.