自己封装的一个Rxjava2 + retrofit2 网络请求框架
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.JueShouGitHub:ZRxJavaUtil:v1.10.1'
}