From dba6ee5862c1e7b143af73ec3cfd321df8315bd1 Mon Sep 17 00:00:00 2001 From: yangchengdong Date: Mon, 15 Oct 2018 17:30:25 +0800 Subject: [PATCH] update to v.1.1.0 --- build.gradle | 2 +- settings.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index d3466a7..2619ca7 100644 --- a/build.gradle +++ b/build.gradle @@ -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' } } diff --git a/settings.gradle b/settings.gradle index 9c06af9..3f8d405 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,5 +1,5 @@ include ':application', ':library' -if(file('micro-module').exists()) { - includeBuild 'micro-module' -} \ No newline at end of file +//if(file('micro-module').exists()) { +// includeBuild 'micro-module' +//} \ No newline at end of file