Gradle:
// 编译RxJava
compile 'io.reactivex:rxjava:1.2.2'
// 编译RxAndroid
compile 'io.reactivex:rxandroid:1.2.1'
// 编译Retrofit网络加载框架
compile 'com.squareup.retrofit2:retrofit:2.1.0'
// 编译Retrofit网络加载框架直接解析JSON数据变成JAVA对象
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
// 编译Retrofit对RxJava的支持
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'
Gradle:
// 编译RxJava
compile 'io.reactivex:rxjava:1.2.2'
// 编译RxAndroid
compile 'io.reactivex:rxandroid:1.2.1'
// 编译Retrofit网络加载框架
compile 'com.squareup.retrofit2:retrofit:2.1.0'
// 编译Retrofit网络加载框架直接解析JSON数据变成JAVA对象
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
// 编译Retrofit对RxJava的支持
compile 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0'