novoda / rxpresso

Easy Espresso UI testing for Android applications using RxJava.
Other
363 stars 23 forks source link

reactivex version conflict #8

Closed IgorGanapolsky closed 9 years ago

IgorGanapolsky commented 9 years ago

I keep getting this error, and cannot use your library in my project:

Conflict with dependency 'io.reactivex:rxjava'. Resolved versions for app (1.0.9) and test app (1.0.10) differ. Error:Execution failed for task ':app:prepareDebugAndroidTestDependencies'. Dependency Error. See console for details.

Please advise, Igor

IgorGanapolsky commented 9 years ago

I tried this in my build.gradle, but it didn't help: configurations.all { resolutionStrategy.force 'io.reactivex:java:1.0.10' }

IgorGanapolsky commented 9 years ago

Nevermind, I had to upgrade my reactivex library version in my project's submodule. Works now.