Created
January 2, 2022 13:32
-
-
Save RohanNavlakhe2/681a1864f1a685efb104e63882aa548b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
//RxJava and RxAndroid | |
implementation 'io.reactivex.rxjava2:rxjava:2.0.7' | |
// Because RxAndroid releases are few and far between, it is recommended you also | |
// explicitly depend on RxJava's latest version for bug fixes and new features. | |
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment