Skip to content

Commit ee443ae

Browse files
committed
release 3.8.4
1 parent 958c5b7 commit ee443ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ xUtils 包含了orm, http(s), image, view注解, 但依然很轻量级(251K),
2626

2727
#### 使用Gradle构建时添加以下依赖即可:
2828
```javascript
29-
implementation 'org.xutils:xutils:3.8.3'
29+
implementation 'org.xutils:xutils:3.8.4'
3030
```
3131

3232
#### 混淆配置参考示例项目sample的配置

sample/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<string name="remove">移除</string>
66
<string name="stop">停止</string>
77
<string name="start">开始下载</string>
8-
<string name="test_download_url">http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.8.3/xutils-3.8.3.aar</string>
8+
<string name="test_download_url">http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.8.4/xutils-3.8.4.aar</string>
99
</resources>

xutils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.jfrog.bintray'
55
def siteUrl = 'https://github.com/wyouflf/xUtils3'
66
def gitUrl = 'https://github.com/wyouflf/xUtils3.git'
77
group = "org.xutils"
8-
version = "3.8.3"
8+
version = "3.8.4"
99

1010
android {
1111
compileSdkVersion 28

0 commit comments

Comments
 (0)