OkHttp请求封装

YanYi c7bbf2b573 Merge remote-tracking branch 'origin/master' il y a 7 ans
.idea 6e12e4611a Initial commit il y a 7 ans
app 6e12e4611a Initial commit il y a 7 ans
gradle e977f30803 Initial commit il y a 7 ans
okhttp2 6e12e4611a Initial commit il y a 7 ans
.gitignore e977f30803 Initial commit il y a 7 ans
README.md d64d35ae28 Update README.md il y a 7 ans
build.gradle e977f30803 Initial commit il y a 7 ans
gradle.properties e977f30803 Initial commit il y a 7 ans
gradlew e977f30803 Initial commit il y a 7 ans
gradlew.bat e977f30803 Initial commit il y a 7 ans
settings.gradle e977f30803 Initial commit il y a 7 ans

README.md

OkHttp

OkHttp请求封装

使用方法

module 下添加

 compile 'com.github.love-yanyi:OkHttp:1.0.1'


project 下添加

allprojects {
    repositories {
        jcenter()
        maven {
            url 'https://jitpack.io'
        }
    }
}


如果需要使用Jlog,可以查看https://github.com/love-yanyi/Logger