Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d3129c5

Browse files
Merge remote-tracking branch 'origin/master'
# Conflicts: # module_news/build.gradle
2 parents 88f0c49 + 1219951 commit d3129c5

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ captures/
3939
.idea/vcs.xml
4040
.idea/libraries
4141

42+
4243
# Keystore files
4344
*.jks

‎README.md‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ Android项目组件化示例代码
2121

2222
2. 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.

‎lib_common/src/main/java/com/guiying/module/common/base/BaseActionBarActivity.java‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
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-
81
package com.guiying.module.common.base;
92

103
import android.os.Bundle;

‎settings.gradle‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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+

‎versions.gradle‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /