From 9f63ebf3fabb8bedc292828d21c9ac4b22080aac Mon Sep 17 00:00:00 2001 From: wyouflf Date: Sun, 19 Mar 2017 12:52:58 +0800 Subject: [PATCH] release 3.3.44 --- 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 117076ef..9227719b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ #### 使用Gradle构建时添加一下依赖即可: ```javascript -compile 'org.xutils:xutils:3.3.42' +compile 'org.xutils:xutils:3.3.44' ``` ##### 如果使用eclipse可以 [点击这里下载aar文件](http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/), 然后用zip解压, 取出jar包和so文件. ##### 混淆配置参考示例项目sample的配置 diff --git a/sample/src/main/res/values/strings.xml b/sample/src/main/res/values/strings.xml index 0a5bee4f..36235685 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.3.42/xutils-3.3.42.aar + http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.3.44/xutils-3.3.44.aar \ No newline at end of file diff --git a/xutils/build.gradle b/xutils/build.gradle index 90dd8940..7be6293c 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.3.42" +version = "3.3.44" android { compileSdkVersion 23