diff --git a/readme.md b/readme.md index 4c44b8c..c0c1560 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ 解决 Sharedpreferences 造成的主线程阻塞问题,避免应用因此造成ANR问题,降低ANR率。 -blog介绍:https://www.yuque.com/zhuoxiuwu/brap8y/eo1sgu +背景及实现介绍: https://juejin.cn/post/7054766647026352158 ## 使用方式 @@ -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. 代码开启