Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang committed Oct 16, 2018
1 parent fc132b6 commit 8164c4a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ allprojects {
Then add in dependencies:
```gradle
dependencies {
implementation 'com.github.limuyang2:LShadowLayout:1.0'
implementation 'com.github.limuyang2:LShadowLayout:1.0.1'
}
```
**if you use AndroidX,Please use the following:**

```gradle
dependencies {
implementation 'com.github.limuyang2:LShadowLayout:1.0.1_androidx'
}
```

Expand Down
12 changes: 11 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,21 @@ allprojects {
再在dependencies添加:
```gradle
dependencies {
implementation 'com.github.limuyang2:LShadowLayout:1.0'
implementation 'com.github.limuyang2:LShadowLayout:1.0.1'
}
```

**如果你使用 AndroidX,请使用以下添加:**

```gradle
dependencies {
implementation 'com.github.limuyang2:LShadowLayout:1.0.1_androidx'
}
```


## 使用

本库中已包含的控件有:
```ShadowLinearLayout```线性布局
```ShadowRelativeLayout```相对布局
Expand Down

0 comments on commit 8164c4a

Please sign in to comment.