Skip to content

Commit

Permalink
1,2018.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tome34 committed Sep 4, 2018
1 parent 829c16d commit 5d5d0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
public class MyApplication extends BaseApplication {

private static MyApplication myApplication;


//初始化
public static MyApplication getInstance() {
return myApplication;
}
Expand Down
1 change: 1 addition & 0 deletions module_shop_mall/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ android {
//Arouter路由配置
javaCompileOptions {
annotationProcessorOptions {

arguments = [moduleName: project.getName()]
}
}
Expand Down

0 comments on commit 5d5d0e2

Please sign in to comment.