Skip to content

Commit dba6ee5

Browse files
author
yangchengdong
committed
update to v.1.1.0
1 parent ddedf39 commit dba6ee5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
dependencies {
99
classpath 'com.android.tools.build:gradle:3.1.2'
10-
classpath 'com.eastwood.tools.plugins:micro-module:1.0.1'
10+
classpath 'com.eastwood.tools.plugins:micro-module:1.1.0'
1111
}
1212
}
1313

settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include ':application', ':library'
22

3-
if(file('micro-module').exists()) {
4-
includeBuild 'micro-module'
5-
}
3+
//if(file('micro-module').exists()) {
4+
// includeBuild 'micro-module'
5+
//}

0 commit comments

Comments
 (0)