This commit is contained in:
lixiaopeng
2020-01-02 12:05:11 +08:00
parent 5762b771e3
commit 50d7c8bf2f
29 changed files with 1076 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ import com.mogo.commons.AbsMogoApplication;
import com.mogo.demo.module.map.DemoConstants;
import com.mogo.demo.module.map2.Demo2Constants;
import com.mogo.module.common.MogoModulePaths;
import com.zhidao.tanlu.TanluConstants;
/**
* @author congtaowang
@@ -28,5 +29,6 @@ public class MogoApplication extends AbsMogoApplication {
MultiDex.install( base );
MogoModulePaths.addModule( DemoConstants.TAG );
MogoModulePaths.addModule( Demo2Constants.TAG );
MogoModulePaths.addModule( TanluConstants.TAG );
}
}