Browse Source

Merge remote-tracking branch 'origin/master'

YanYi 7 years ago
parent
commit
c7bbf2b573
1 changed files with 23 additions and 0 deletions
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -0,0 +1,23 @@
+# OkHttp
+## OkHttp请求封装
+### 使用方法
+
+module 下添加
+
+     compile 'com.github.love-yanyi:OkHttp:1.0.1'
+
+<br/>
+project 下添加
+
+    allprojects {
+        repositories {
+            jcenter()
+            maven {
+                url 'https://jitpack.io'
+            }
+        }
+    }
+
+<br/>
+
+如果需要使用Jlog,可以查看https://github.com/love-yanyi/Logger