android - Error when adding RxPresso to project -


i got error message when trying add rxpresso(https://github.com/novoda/rxpresso/) project:

warning:conflict dependency 'io.reactivex:rxjava'. resolved versions app (1.1.9) , test app (1.0.14) differ. see http://g.co/androidstudio/app-test-app-conflict details.

i'm using rxjava 1.1.9. how can add rxpresso in project?

thx lot

to avoid problems rxjava , android support libraries version, go app/build.gradle file , in dependencies section paste:

androidtestcompile ('com.novoda:rxpresso:0.2.0') {     exclude group: 'com.android.support', module: 'support-annotations'     exclude group: 'io.reactivex' } 

Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -