Skip to content

Commit

Permalink
modify plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ltlovezh committed Nov 3, 2017
1 parent a4d5ae7 commit 9f80dba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.leon.channel:plugin:1.0.5'
classpath 'com.leon.channel:plugin:1.1.0'
}
}

Expand Down Expand Up @@ -88,7 +88,7 @@ dependencies {
})
api 'com.android.support:appcompat-v7:26.1.0'
//api:同老版本compile作用一样,即本module将会向外暴露其依赖的module变化,即若'helper'库发生了改变,那么本module以及所有依赖于本module的module都要重新编译
api 'com.leon.channel:helper:1.0.5'
api 'com.leon.channel:helper:1.1.0'
//implementation:本module不会向外暴露其依赖的module变化,即若'junit'库发生改变,只会重编译本module,不会重编依赖于本module的外部module,即不会向外传播
testImplementation 'junit:junit:4.12'
}

0 comments on commit 9f80dba

Please sign in to comment.