Skip to content

Commit

Permalink
release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Nov 28, 2018
1 parent 2c7eb87 commit 4daf694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Rebuild multiple complete module structures within the module. Each complete mod
buildscript {
dependencies {
...
classpath 'com.eastwood.tools.plugins:micro-module:1.2.0'
classpath 'com.eastwood.tools.plugins:micro-module:1.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.eastwood.tools.plugins:micro-module:1.2.0'
classpath 'com.eastwood.tools.plugins:micro-module:1.2.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion micro-module/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 = 'micro-module'
def version = '1.2.0'
def version = '1.2.1'

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

Expand Down

0 comments on commit 4daf694

Please sign in to comment.