From ccdb5c94ba5a5e127f53668e3965fe43679faf4c Mon Sep 17 00:00:00 2001 From: xuexiangjys Date: Sun, 31 Jan 2021 23:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=832.0.3=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dfc2df..a5f7eb2 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ allprojects { ``` dependencies { ... - implementation 'com.github.xuexiangjys:XHttp2:2.0.2' + implementation 'com.github.xuexiangjys:XHttp2:2.0.3' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.squareup.okhttp3:okhttp:3.10.0'