Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. compileOptions {
  2. sourceCompatibility JavaVersion.VERSION_1_8
  3. targetCompatibility JavaVersion.VERSION_1_8
  4. }
  5.  
  6. implementation "io.reactivex.rxjava2:rxjava:2.2.7"
  7. implementation 'com.squareup.retrofit2:adapter-rxjava2:2.5.0'
  8. implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
  9. implementation 'com.jakewharton.rxbinding3:rxbinding:3.0.0-alpha2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement