Created
July 30, 2019 15:57
-
-
Save lamvann/2830a25da91ae05a46985b29bc8c42d5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.4.0' | |
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' | |
implementation 'com.squareup.retrofit2:converter-gson:2.5.0' | |
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0' | |
implementation "com.google.dagger:dagger:2.23.2" | |
implementation "com.google.dagger:dagger-android-support:2.22.1" | |
kapt "com.google.dagger:dagger-compiler:2.22.1" | |
kapt "com.google.dagger:dagger-android-processor:2.22.1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment