File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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
1619plugins {
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
2023dependencies {
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
You can’t perform that action at this time.
0 commit comments