Skip to content

Commit

Permalink
release 3.3.36
Browse files Browse the repository at this point in the history
  • Loading branch information
wyouflf committed Jun 12, 2016
1 parent 6c7ae37 commit 475ad05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 11,7 @@

#### 使用Gradle构建时添加一下依赖即可:
```javascript
compile 'org.xutils:xutils:3.3.34'
compile 'org.xutils:xutils:3.3.36'
```
##### 如果使用eclipse可以 [点击这里下载aar文件](http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/), 然后用zip解压, 取出jar包和so文件.
##### 混淆配置参考示例项目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.3.34/xutils-3.3.34.aar</string>
<string name="test_download_url">http://dl.bintray.com/wyouflf/maven/org/xutils/xutils/3.3.36/xutils-3.3.36.aar</string>
</resources>
4 changes: 2 additions & 2 deletions xutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.34"
version = "3.3.36"

android {
compileSdkVersion 23
Expand All @@ -14,7 14,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 20160424
versionCode 20160613
versionName version
}
buildTypes {
Expand Down

0 comments on commit 475ad05

Please sign in to comment.