Skip to content

Commit

Permalink
Add okhttp for demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie authored Oct 17, 2016
1 parent 481c626 commit 9a38d4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ dependencies {
// nohttp 相关库
// {
compile 'com.yolanda.nohttp:nohttp:1.1.0'
// 如果要使用okhttp作为nohttp底层,依赖这个库
// 如果要使用okhttp作为nohttp底层,请再依赖下面的库,记得与nohttp保持版本的一致
// compile 'com.yanzhenjie.nohttp:okhttp:1.1.0'
// }

// json
Expand Down

0 comments on commit 9a38d4f

Please sign in to comment.