Skip to content

Commit

Permalink
doc:update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Petterpx committed Aug 25, 2024
1 parent b1decb1 commit cd907e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

```groovy
dependencies {
implementation 'io.github.petterpx:floatingx:2.2.4'
implementation 'io.github.petterpx:floatingx:2.2.5'
// system浮窗&&compose时需要导入
// 记得AppHelper里调用 enableComposeSupport()
implementation 'io.github.petterpx:floatingx-compose:2.2.4'
implementation 'io.github.petterpx:floatingx-compose:2.2.5'
}
```

Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@

```groovy
dependencies {
implementation 'io.github.petterpx:floatingx:2.2.4'
implementation 'io.github.petterpx:floatingx:2.2.5'
// System floating window && need to be imported when compose
// AppHelper invoke enableComposeSupport()
implementation 'io.github.petterpx:floatingx-compose:2.2.4'
implementation 'io.github.petterpx:floatingx-compose:2.2.5'
}
```

Expand Down

0 comments on commit cd907e5

Please sign in to comment.