build.gradle
dependencies { | |
implementation 'com.android.support:appcompat-v7:27.1.1' | |
implementation 'androidx.constraintlayout:constraintlayout:1.1.2' | |
// RxJava library and RxAndroid for Android specific bindings | |
implementation 'io.reactivex.rxjava2:rxjava:2.2.0' | |
implementation 'io.reactivex.rxjava2:rxandroid:2.0.2' | |
// Retrofit and OkHttp | |
implementation 'com.squareup.retrofit2:retrofit:2.4.0' | |
implementation 'com.squareup.okhttp3:okhttp:3.11.0' | |
// RxJava retrofit adapter and Retrofit Gson converter | |
implementation 'com.jakewharton.retrofit:retrofit2-rxjava2-adapter:1.0.0' | |
implementation 'com.squareup.retrofit2:converter-gson:2.4.0' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment