module 下添加
compile 'com.github.BenYanYi:OkHttp:1.1.4'
project 下添加
allprojects { repositories { jcenter() maven { url 'https://jitpack.io' } } }