File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Rebuild multiple complete module structures within the module. Each complete mod
99 buildscript {
1010 dependencies {
1111 ...
12- classpath 'com.eastwood.tools.plugins:micro-module:1.2.1 '
12+ classpath 'com.eastwood.tools.plugins:micro-module:1.3.0 '
1313 }
1414 }
1515
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:3.3.0'
10- classpath ' com.eastwood.tools.plugins:micro-module:1.2.1 '
10+ classpath ' com.eastwood.tools.plugins:micro-module:1.3.0 '
1111 }
1212}
1313
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'maven'
1919
2020def groupId = ' com.eastwood.tools.plugins'
2121def artifactId = ' micro-module'
22- def version = ' 1.2.1 '
22+ def version = ' 1.3.0 '
2323
2424def localReleaseDest = " ${ buildDir} /release/${ version} "
2525
You can’t perform that action at this time.
0 commit comments