File tree Expand file tree Collapse file tree 4 files changed +2
-8
lines changed
build-gradle/src/main/groovy/com.dd.buildgradle
sharecomponentkotlin/src/main/runalone/java/com.luojilab.share.runalone/application
sharecomponent/src/main/runalone/java/com.luojilab.share.runalone/application Expand file tree Collapse file tree 4 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ComBuild implements Plugin<Project> {
1919 AssembleTask assembleTask = getTaskInfo(project. gradle. startParameter. taskNames)
2020
2121 if (assembleTask. isAssemble) {
22- fetchMainmodulename (project, assembleTask)
22+ fetchMainModulename (project, assembleTask)
2323 System . out. println (" compilemodule is " + compilemodule)
2424 }
2525
@@ -73,7 +73,7 @@ class ComBuild implements Plugin<Project> {
7373 * sharecomponent:assembleRelease :sharecomponent:assembleRelease ---sharecomponent
7474 * @param assembleTask
7575 */
76- private void fetchMainmodulename (Project project , AssembleTask assembleTask ) {
76+ private void fetchMainModulename (Project project , AssembleTask assembleTask ) {
7777 if (! project. rootProject. hasProperty(" mainmodulename" )) {
7878 throw new RuntimeException (" you should set compilemodule in rootproject's gradle.properties" )
7979 }
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ buildscript {
2121
2222allprojects {
2323 repositories {
24- flatDir {
25- dirs ' ../componentrelease' // this way we can find the .aar file in folder
26- }
2724 jcenter()
2825 maven { url " https://jitpack.io" }
2926 maven {
Original file line number Diff line number Diff line change 11package com .luojilab .share .runalone .application ;
22
3- import android .app .Application ;
4-
53import com .luojilab .component .basicres .BaseApplication ;
64
75/**
Original file line number Diff line number Diff line change 11package com.luojilab.share.runalone.application
22
3- import android.app.Application
43import com.luojilab.component.basicres.BaseApplication
54
65/* *
You can’t perform that action at this time.
0 commit comments