Skip to content

Commit aab51b1

Browse files
committed
1:删除app壳工程的声明文件;
1 parent 42dca12 commit aab51b1

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ task clean(type: Delete) {
3131
}
3232

3333
// Define versions in a single place
34+
//时间:2017.2.13;每次修改版本号都要添加修改时间
3435
ext {
3536
// Sdk and tools
3637
//localBuildToolsVersion是gradle.properties中的数据

module_app/src/main/java/com/guiying/androidmodulepattern/App.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

module_app/src/main/java/com/guiying/androidmodulepattern/MyApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
resToastText = R.string.crash_toast_text,
3737
resDialogText = R.string.crash_dialog_text,
3838
resDialogTitle = R.string.crash_dialog_title)
39-
@Modules({"app", "main", "girls", "news"})
39+
@Modules({"main", "girls", "news"})
4040
public class MyApplication extends BaseApplication {
4141

4242

0 commit comments

Comments
 (0)