Skip to content

Commit

Permalink
update to v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchengdong committed Oct 15, 2018
1 parent ddedf39 commit dba6ee5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.1.2'
classpath 'com.eastwood.tools.plugins:micro-module:1.0.1'
classpath 'com.eastwood.tools.plugins:micro-module:1.1.0'
}
}

Expand Down
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include ':application', ':library'

if(file('micro-module').exists()) {
includeBuild 'micro-module'
}
//if(file('micro-module').exists()) {
// includeBuild 'micro-module'
//}

0 comments on commit dba6ee5

Please sign in to comment.