OkHttp请求封装

YanYi 61073e750f Initial commit 7 lat temu
.idea 6e12e4611a Initial commit 7 lat temu
app 6e12e4611a Initial commit 7 lat temu
gradle e977f30803 Initial commit 7 lat temu
okhttp2 61073e750f Initial commit 7 lat temu
.gitignore e977f30803 Initial commit 7 lat temu
README.md 61073e750f Initial commit 7 lat temu
build.gradle 61073e750f Initial commit 7 lat temu
gradle.properties e977f30803 Initial commit 7 lat temu
gradlew e977f30803 Initial commit 7 lat temu
gradlew.bat e977f30803 Initial commit 7 lat temu
settings.gradle e977f30803 Initial commit 7 lat temu

README.md

OkHttp

OkHttp请求封装

使用方法

module 下添加

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


project 下添加

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


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