Skip to content

Commit c5fe834

Browse files
committed
update README
1 parent b34ef95 commit c5fe834

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,24 @@
44

55
经测试,约能使布局加载的速度提升1.5倍
66

7-
**目前不支持含有`include``merge`等标签的布局加载,多`module`项目不一定能正常使用**
8-
97
**当前版本为alpha测试版,仅供学习研究使用,由此插件引发的各种损失,本人概不负责!!!**
108

9+
**目前不支持多`module`、多`flavor`项目,`<include />`标签不支持使用`theme`属性**
10+
11+
1112
**注:编译此项目请直接 clone 父工程 [AndroidLibraries](https://github.com/dreamgyf/AndroidLibraries)**
1213

1314
## 引入依赖
1415

16+
**注:`gradle plugin``maven`仓库上传可能较慢,如果拉取不到依赖,可以自行编译并发布到本地`maven`仓库中使用**
17+
1518
```groovy
1619
plugins {
17-
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-01'
20+
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-02'
1821
}
1922
2023
dependencies {
21-
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-01'
24+
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-02'
2225
}
2326
```
2427

0 commit comments

Comments
 (0)