Skip to content

Commit

Permalink
release 3.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Jun 16, 2020
1 parent 94f0c84 commit c970207
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ xUtils 包含了orm, http(s), image, view注解, 但依然很轻量级(251K),

#### 使用Gradle构建时添加以下依赖即可:
```javascript
implementation 'org.xutils:xutils:3.8.10'
implementation 'org.xutils:xutils:3.8.11'
```

#### 混淆配置参考示例项目sample的配置
Expand Down
2 changes: 1 addition & 1 deletion sample/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<string name="remove">移除</string>
<string name="stop">停止</string>
<string name="start">开始下载</string>
<string name="test_download_url">http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.8.10/xutils-3.8.10.aar</string>
<string name="test_download_url">http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.8.11/xutils-3.8.11.aar</string>
</resources>
9 changes: 4 additions & 5 deletions xutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ 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.10"
version = "3.8.11"

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 29
buildToolsVersion '29.0.3'

defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 20190727
versionCode 20200616
versionName version
}
buildTypes {
Expand Down

0 comments on commit c970207

Please sign in to comment.