Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamgyf committed Nov 2, 2022
1 parent b34ef95 commit c5fe834
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,24 @@

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

**目前不支持含有`include``merge`等标签的布局加载,多`module`项目不一定能正常使用**

**当前版本为alpha测试版,仅供学习研究使用,由此插件引发的各种损失,本人概不负责!!!**

**目前不支持多`module`、多`flavor`项目,`<include />`标签不支持使用`theme`属性**


**注:编译此项目请直接 clone 父工程 [AndroidLibraries](https://github.com/dreamgyf/AndroidLibraries)**

## 引入依赖

**注:`gradle plugin``maven`仓库上传可能较慢,如果拉取不到依赖,可以自行编译并发布到本地`maven`仓库中使用**

```groovy
plugins {
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-01'
id 'com.dreamgyf.android.fastinflate' version '0.1.0-alpha-02'
}
dependencies {
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-01'
implementation 'com.dreamgyf.android.fastinflate:0.1.0-alpha-02'
}
```

Expand Down

0 comments on commit c5fe834

Please sign in to comment.