From b5dc4d774a8f10ae1a0c1da59f6c0bcfe1190fd8 Mon Sep 17 00:00:00 2001 From: xuexiangjys Date: Sun, 24 Jan 2021 12:40:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=832.0.7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8a4378..a2d5c1b 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ The following is the version description. Choose one. dependencies { ... // androidx project - implementation 'com.github.xuexiangjys:XUpdate:2.0.6' + implementation 'com.github.xuexiangjys:XUpdate:2.0.7' } ``` diff --git a/README_ZH.md b/README_ZH.md index 82cf759..a6fb5f6 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -175,7 +175,7 @@ allprojects { dependencies { ... // androidx版本 - implementation 'com.github.xuexiangjys:XUpdate:2.0.6' + implementation 'com.github.xuexiangjys:XUpdate:2.0.7' } ```