File tree Expand file tree Collapse file tree 5 files changed +9
-16
lines changed
lib_common/src/main/java/com/guiying/module/common/base Expand file tree Collapse file tree 5 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -39,5 +39,6 @@ captures/
3939.idea /vcs.xml
4040.idea /libraries
4141
42+
4243# Keystore files
4344* .jks
Original file line number Diff line number Diff line change @@ -21,14 +21,12 @@ Android项目组件化示例代码
2121
22222 . Android组件化方案已经支持 ** Fragment组件化** ,使用方法请下载Demo查看;
2323
24- 3 . 目前Android组件化方案还没有写完,后续会** 继续更新** ,完善组件化方案。
25-
26- 4 . 本项目已适配Android Studio 3.0.1版本(Google仓库会带来一定影响)
24+ 3 . 本项目已适配Android Studio 3.0.1版本(Google仓库会带来一定影响)
2725
2826
2927## 集成开发模式和组件开发模式转换
3028
31- ** 1、首先打开Android项目的 gradle.properties 文件,然后将 isModule 改为你需要的开发模式,
29+ ** 1、首先打开Android项目的 gradle.properties 文件,然后将 isModule 改为你需要的开发模式(true/false) ,
3230然后点击 "Sync Project" 按钮同步项目;**
3331
3432** 2、![ Image] ( /screenshots/develper.PNG ) 在运行之前,请先按照图中选择一个能够运行的组件;**
@@ -71,4 +69,4 @@ Android项目组件化示例代码
7169 distributed under the License is distributed on an "AS IS" BASIS,
7270 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7371 See the License for the specific language governing permissions and
74- limitations under the License.
72+ limitations under the License.
Original file line number Diff line number Diff line change 1- /*
2- * @ProjectName: ISMS_Petrel_MCU
3- * @Copyright: 2017 HangZhou Hikvision System Technology Co., Ltd. All Right Reserved.
4- * @address: http://www.hikvision.com
5- * @Description: 本内容仅限于杭州海康威视系统技术公有限司内部使用,禁止转发.
6- */
7-
81package com .guiying .module .common .base ;
92
103import android .os .Bundle ;
Original file line number Diff line number Diff line change 1- include ' :module_app' ,
1+ include ' :lib_common' ,
2+ ' :module_app' ,
23 ' :module_main' ,
34 ' :module_girls' ,
4- ' :module_news' ,
5- ' :lib_common '
5+ ' :module_news'
6+
Original file line number Diff line number Diff line change @@ -118,4 +118,4 @@ def addRepos(RepositoryHandler handler) {
118118 handler. maven{ url ' http://maven.aliyun.com/nexus/content/groups/public/' }
119119}
120120
121- ext. addRepos = this . &addRepos
121+ ext. addRepos = this . &addRepos
You can’t perform that action at this time.
0 commit comments