From bdf0166e922267596318ec24ad16ddeb41971f4c Mon Sep 17 00:00:00 2001 From: D10NG Date: Thu, 7 Apr 2022 16:50:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f55f5a..037acff 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ allprojects { ```kotlin dependencies { - implementation 'com.github.D10NGYANG:NetStatusManager:1.5' + implementation 'com.github.D10NGYANG:NetStatusManager:1.6-RC01' } ``` ## 使用代码 +> 注意:版本1.6-RC01以后由于支持2G~5G的移动网络判断,需要先获取 Manifest.permission.READ_PHONE_STATE 权限; + ### LiveData监听 推荐在Kotlin项目中使用这种方法。