Skip to content

Commit

Permalink
release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Nov 13, 2018
1 parent c23cfc1 commit b60d88e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Android 通用的组件自动注册、自动初始化解决方案
...
dependencies {
...
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.1'
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.2'
}
}
Expand All @@ -87,7 +87,7 @@ Android 通用的组件自动注册、自动初始化解决方案

autoInject {
showLog = true
ignorePackages = ['android', 'com/google', 'com/hianalytics/android']
ignorePackages = ['android', 'com/google']
}

#### @AutoTarget
Expand Down Expand Up @@ -163,7 +163,7 @@ Android 通用的组件自动注册、自动初始化解决方案
}

### 两种组合方式
* @AutoArrow + @AutoBow + @AutoTarget三者关系为 **n:1:1**
* @AutoArrow + @AutoBow + @AutoTarget三者比例关系为 **n:1:1**

* @AutoBowArrow + @AutoTarget ,两者比例关系为 **1:1**

Expand Down
2 changes: 1 addition & 1 deletion auto-inject-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'maven'

def groupId = 'com.eastwood.tools.plugins'
def artifactId = 'auto-inject'
def version = '1.0.1'
def version = '1.0.2'

def localReleaseDest = "${buildDir}/release/${version}"

Expand Down

0 comments on commit b60d88e

Please sign in to comment.