Skip to content

Commit 88eb417

Browse files
author
1170762202@qq.com
committed
1.module单独编译运行
2.module-main迁移至app,并移除module-main
1 parent c93d2bc commit 88eb417

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
* module单独编译运行
99
* module-main迁移至app,并移除module-main
1010

11+
![1.png](https://upload-images.jianshu.io/upload_images/4906229-2b91016927347d31.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) | ![2.png](https://upload-images.jianshu.io/upload_images/4906229-f4a679ae485e111d.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
12+
|:-|:-|
13+
14+
1115
#### [历史版本](https://github.com/1170762202/WanAndroid/releases)
1216

1317
#### 首页有彩蛋哦,等你发现!!!

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ android.injected.testOnly = false
1818

1919

2020
# "集成开发模式" 和 "组件开发模式"的切换开关 true表示组件独立运行,false表示一个library
21-
isRunModule=true
21+
isRunModule=false

0 commit comments

Comments
 (0)