We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fdba86 + 48af343 commit 8c178d5Copy full SHA for 8c178d5
README.md
@@ -47,7 +47,7 @@ dependencyResolutionManagement {
47
```
48
然后在app的build.gradle
49
50
-implementation 'com.github.GateOfTruth:OkSimple:3.3.6'
+implementation 'com.github.GateOfTruth:OkSimple:3.3.7'
51
52
##### 或者你也可以fork一下,自己编译,oksimple只依赖了okhttp,没有其他依赖,编译出来的aar包也只有30几KB,同时,Oksimple采用api引入okhttp,所以你引入了oksimple的话,就不用重新引入okhttp了。
53
0 commit comments