From 9a292388748c4719fd80671fe51cab58c1cae132 Mon Sep 17 00:00:00 2001 From: drake Date: Fri, 1 Sep 2023 12:16:04 +0800 Subject: [PATCH] update: 1.5.2 --- README.md | 2 +- docs/updates.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 788ed6b4..f5aedf1f 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Module 的 build.gradle 添加依赖框架 ```groovy dependencies { - implementation 'com.github.liangjingkanji:BRV:1.5.1' + implementation 'com.github.liangjingkanji:BRV:1.5.2' } ``` diff --git a/docs/updates.md b/docs/updates.md index 92046d8d..37417d78 100644 --- a/docs/updates.md +++ b/docs/updates.md @@ -1,4 +1,4 @@ -## 1.5.1 +## 1.5.2 - fix: 修复onRefresh中立即showContent导致一直加载中 - fix: #353 解决SmartRefreshLayout堆栈溢出