Skip to content

Instantly share code, notes, and snippets.

@mayuroks
Created August 15, 2018 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mayuroks/8b7c70d70ba606405e7daa63b84a1b54 to your computer and use it in GitHub Desktop.
Save mayuroks/8b7c70d70ba606405e7daa63b84a1b54 to your computer and use it in GitHub Desktop.
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