Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
卓修武 committed May 5, 2022
1 parent 984cef5 commit 79d025c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率。

blog介绍:https://www.yuque.com/zhuoxiuwu/brap8y/eo1sgu
背景及实现介绍: https://juejin.cn/post/7054766647026352158

## 使用方式

Expand All @@ -12,7 +12,7 @@ Step 1. 添加依赖
> 当前版本 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.knight-zxw/spwaitkiller/badge.svg?style=flat)](https://github.com/Knight-ZXW/SpWaitKiller)
```
dependencies {
implementation 'com.github.Knight-ZXW:SpWaitKiller:${latestVersion}'
implementation 'io.github.knight-zxw:spwaitkiller:${latestVersion}'
}
```
Step 2. 代码开启
Expand Down

0 comments on commit 79d025c

Please sign in to comment.