Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jun 17, 2024
1 parent 62a47a6 commit b025cc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ UltraSwipeRefreshTheme.config = UltraSwipeRefreshTheme.config.copy(

## 版本记录

#### 待发布版本([提前体验](test.md)

#### v1.1.3 :2024-6-2
* 修复BUG:禁用下拉刷新或上拉加载时,上下滑动的边界值判定问题。([#8](https://github.com/jenly1314/UltraSwipeRefresh/issues/8)
* 优化一些细节
Expand Down
12 changes: 6 additions & 6 deletions test.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## 待发布版本(已发布:v1.1.3)
## 待发布版本

待发布版本暂使用**Jit Pack**仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。
待发布版本暂使用 **Jit Pack** 仓库;待收集的一些问题测试稳定后,再统一发布正式版本至 **Maven Central** 仓库。

## 引入

Expand All @@ -21,12 +21,12 @@

```gradle
// 极致体验的Compose刷新组件 (*必须)
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh:7b26c6d4e5'
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh:62a47a68f8'
// 经典样式的指示器 (可选)
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-classic:7b26c6d4e5'
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-classic:62a47a68f8'
// Lottie动画指示器 (可选)
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-lottie:7b26c6d4e5'
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-lottie:62a47a68f8'
// 进度条样式的指示器 (可选)
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-progress:7b26c6d4e5'
implementation 'com.github.jenly1314.UltraSwipeRefresh:refresh-indicator-progress:62a47a68f8'
```

0 comments on commit b025cc0

Please sign in to comment.