We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddedf39 commit dba6ee5Copy full SHA for dba6ee5
build.gradle
@@ -7,7 +7,7 @@ buildscript {
7
}
8
dependencies {
9
classpath 'com.android.tools.build:gradle:3.1.2'
10
- classpath 'com.eastwood.tools.plugins:micro-module:1.0.1'
+ classpath 'com.eastwood.tools.plugins:micro-module:1.1.0'
11
12
13
settings.gradle
@@ -1,5 +1,5 @@
1
include ':application', ':library'
2
3
-if(file('micro-module').exists()) {
4
- includeBuild 'micro-module'
5
-}
+//if(file('micro-module').exists()) {
+// includeBuild 'micro-module'
+//}
0 commit comments