File tree 3 files changed +3
-3
lines changed 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
9
9
buildscript {
10
10
dependencies {
11
11
...
12
- classpath 'com.eastwood.tools.plugins:micro-module:1.2.1 '
12
+ classpath 'com.eastwood.tools.plugins:micro-module:1.3.0 '
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
dependencies {
9
9
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 '
11
11
}
12
12
}
13
13
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ apply plugin: 'maven'
19
19
20
20
def groupId = ' com.eastwood.tools.plugins'
21
21
def artifactId = ' micro-module'
22
- def version = ' 1.2.1 '
22
+ def version = ' 1.3.0 '
23
23
24
24
def localReleaseDest = " ${ buildDir} /release/${ version} "
25
25
You can’t perform that action at this time.
0 commit comments