Skip to content

Commit

Permalink
Release v1.1.6 for interceptor.
Browse files Browse the repository at this point in the history
  • Loading branch information
YanZhenjie committed Jan 12, 2018
1 parent b7460d8 commit e3e8c1c
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -39,11 +39,11 @@ QQ技术交流群:[547839514](https://jq.qq.com/?_wv=1027&k=4Abk0YP)
### Gradle
* 如果使用HttpURLConnection作为网络层
```groovy
implementation 'com.yanzhenjie.nohttp:nohttp:1.1.5'
implementation 'com.yanzhenjie.nohttp:nohttp:1.1.6'
```
* 如果要使用OkHttp作为网络层,请再依赖
```groovy
implementation 'com.yanzhenjie.nohttp:okhttp:1.1.5'
implementation 'com.yanzhenjie.nohttp:okhttp:1.1.6'
```

> 如果需要Jar包,可以先Gradle依赖,然后在Gradle的本地缓存文件夹找到jar。
12 changes: 6 additions & 6 deletions config.gradle
Original file line number Diff line number Diff line change
@@ -17,12 +17,12 @@ ext {
sampleMinSdkVersion : 14,
sampleTargetSdkVersion : 22,

versionCode : 115,
versionName : "1.1.5",
versionCode : 116,
versionName : "1.1.6",
]

bintray = [
version : "1.1.5",
version : "1.1.6",

siteUrl : 'https://github.com/yanzhenjie/NoHttp',
gitUrl : 'git@github.com:yanzhenjie/NoHttp.git',
@@ -40,7 +40,7 @@ ext {
developerName : 'yanzhenjie',
developerEmail: 'smallajax@foxmail.com',

binrayLibrary : "",
binrayLibrary : "okhttp",
bintrayRepo : "maven",
bintrayUser : 'yolanda',
bintrayLicense: "Apache-2.0"
@@ -51,8 +51,8 @@ ext {
okhttpUrl : 'com.squareup.okhttp3:okhttp-urlconnection:3.8.1',

// nohttp.
nohttp : 'com.yanzhenjie.nohttp:nohttp:1.1.5',
okhttp : 'com.yanzhenjie.nohttp:okhttp:1.1.5',
nohttp : 'com.yanzhenjie.nohttp:nohttp:1.1.6',
okhttp : 'com.yanzhenjie.nohttp:okhttp:1.1.6',

// support.
appCompat : 'com.android.support:appcompat-v7:25.3.1',

0 comments on commit e3e8c1c

Please sign in to comment.