Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewis committed Mar 2, 2021
2 parents 1f9d636 + 4448383 commit 9da1d0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,19 @@ allprojects {
- **在应用模块的`build.gradle`添加:**
```
dependencies {
// 抢先版,希望大家多反馈
implementation 'com.github.princekin-f:EasyFloat:2.0.0-beta'
}
```

```
dependencies {
// 稳定版
implementation 'com.github.princekin-f:EasyFloat:1.3.4'
}
```
[稳定版 v1.3.4 使用文档](https://github.com/princekin-f/EasyFloat/blob/master/readme/README_1.3.4.md)

## 一行代码搞定Android浮窗,浮窗从未如此简单:
```
EasyFloat.with(this).setLayout(R.layout.float_test).show()
Expand Down

0 comments on commit 9da1d0e

Please sign in to comment.