From 8fce103ec47e088c62a45161d89094620f87a8cd Mon Sep 17 00:00:00 2001 From: xuexiangjys Date: Mon, 2 Mar 2020 14:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=831.1.3=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1befa00..a0f94fc9 100644 --- a/README.md +++ b/README.md @@ -65,12 +65,12 @@ allprojects { dependencies { ... //androidx项目 - implementation 'com.github.xuexiangjys:XUI:1.1.2' + implementation 'com.github.xuexiangjys:XUI:1.1.3' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'com.google.android.material:material:1.1.0-beta01' - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.11.0' } ``` diff --git a/docs/README.md b/docs/README.md index 0c0f91e8..7f287e4e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,12 +57,12 @@ allprojects { dependencies { ... //androidx项目 - implementation 'com.github.xuexiangjys:XUI:1.1.2' + implementation 'com.github.xuexiangjys:XUI:1.1.3' implementation 'androidx.appcompat:appcompat:1.1.0' implementation 'androidx.recyclerview:recyclerview:1.1.0' implementation 'com.google.android.material:material:1.1.0-beta01' - implementation 'com.github.bumptech.glide:glide:4.8.0' + implementation 'com.github.bumptech.glide:glide:4.11.0' } ```