Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 411 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 411 Bytes

MVVMHttpManager

MVVM模式网络请求框架

使用方式

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
dependencies {
	        implementation 'com.github.freakcsh:MVVMHttpManager:1.0.0'
	}

具体使用介绍请查看博文:
基于okhttp3+rxjava2+retrofit2的MVVM模式网络请求