Skip to content

Commit

Permalink
release v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Jan 8, 2019
1 parent f432967 commit 5881c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2'
classpath 'com.eastwood.tools.plugins:auto-inject:1.0.3'
}
}
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.2'
def version = '1.0.3'

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

Expand Down

0 comments on commit 5881c7f

Please sign in to comment.