Skip to content

Commit cd907e5

Browse files
committed
doc:update README
1 parent b1decb1 commit cd907e5

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.4'
40+
implementation 'io.github.petterpx:floatingx:2.2.5'
4141
4242
// system浮窗&&compose时需要导入
4343
// 记得AppHelper里调用 enableComposeSupport()
44-
implementation 'io.github.petterpx:floatingx-compose:2.2.4'
44+
implementation 'io.github.petterpx:floatingx-compose:2.2.5'
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.4'
39+
implementation 'io.github.petterpx:floatingx:2.2.5'
4040
4141
// System floating window && need to be imported when compose
4242
// AppHelper invoke enableComposeSupport()
43-
implementation 'io.github.petterpx:floatingx-compose:2.2.4'
43+
implementation 'io.github.petterpx:floatingx-compose:2.2.5'
4444
}
4545
```
4646

0 commit comments

Comments
 (0)