trello-archive/RxLifecycle

Android dependency 'android.arch.lifecycle:runtime' has different version for the compile and runtime

Closed this issue · 1 comments

Execution failed for task ':app:preDebugBuild'.

Android dependency 'android.arch.lifecycle:runtime' has different version for the compile (1.0.0) and runtime (1.0.3) classpath. You should manually set the same version via DependencyResolution

buildfailed ,how should i do?

dlew commented

You have to manually include that dependency to make sure you're getting the right version. See more here: https://stackoverflow.com/a/47066325