Skip to content

Commit fc89f05

Browse files
committed
doc:update README
1 parent a4313e8 commit fc89f05

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737

3838
```groovy
3939
dependencies {
40-
implementation 'io.github.petterpx:floatingx:2.2.5'
40+
implementation 'io.github.petterpx:floatingx:2.2.6'
4141
4242
// system浮窗&&compose时需要导入
4343
// 记得AppHelper里调用 enableComposeSupport()
44-
implementation 'io.github.petterpx:floatingx-compose:2.2.5'
44+
implementation 'io.github.petterpx:floatingx-compose:2.2.6'
4545
}
4646
```
4747

README_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636

3737
```groovy
3838
dependencies {
39-
implementation 'io.github.petterpx:floatingx:2.2.5'
39+
implementation 'io.github.petterpx:floatingx:2.2.6'
4040
4141
// System floating window && need to be imported when compose
4242
// AppHelper invoke enableComposeSupport()
43-
implementation 'io.github.petterpx:floatingx-compose:2.2.5'
43+
implementation 'io.github.petterpx:floatingx-compose:2.2.6'
4444
}
4545
```
4646

0 commit comments

Comments
 (0)