From ee443aeb36a20ea23951c61c094f638ce72ba6f4 Mon Sep 17 00:00:00 2001 From: wyouflf Date: Fri, 7 Feb 2020 13:53:25 +0800 Subject: [PATCH] release 3.8.4 --- README.md | 2 +- sample/src/main/res/values/strings.xml | 2 +- xutils/build.gradle | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a6b3dda..d54530d9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ xUtils 包含了orm, http(s), image, view注解, 但依然很轻量级(251K), #### 使用Gradle构建时添加以下依赖即可: ```javascript -implementation 'org.xutils:xutils:3.8.3' +implementation 'org.xutils:xutils:3.8.4' ``` #### 混淆配置参考示例项目sample的配置 diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml index 9cd32d2b..3ded1986 100644 --- a/sample/src/main/res/values/strings.xml +++ b/sample/src/main/res/values/strings.xml @@ -5,5 +5,5 @@ 移除 停止 开始下载 - http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.8.3/xutils-3.8.3.aar + http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.8.4/xutils-3.8.4.aar \ No newline at end of file diff --git a/xutils/build.gradle b/xutils/build.gradle index 5b4ce7cb..ab199191 100644 --- a/xutils/build.gradle +++ b/xutils/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray' def siteUrl = 'https://github.com/wyouflf/xUtils3' def gitUrl = 'https://github.com/wyouflf/xUtils3.git' group = "org.xutils" -version = "3.8.3" +version = "3.8.4" android { compileSdkVersion 28