You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the build will fail with: Error:Conflict with dependency 'com.annimon:stream'. Resolved versions for app (1.1.0) and test app (1.0.9) differ. See http://g.co/androidstudio/app-test-app-conflict for details.
Also please consider to always use the same version for stream-test module and the corresponding stream module to avoid any confusion.
The text was updated successfully, but these errors were encountered:
Not sure...But in this case when a base module version changes it is not a problem for me to release a test module with same version even though there is no change in it.
In the other scenario when a test module change is needed probably will never be so critical so it won't be possible to wait for core module release.
If this pairing is not acceptable than I suggest to match at least major and minor part of the versions so 1.1.x version of core module will match with 1.1.y version of test module...
With
build.gradle
configurationthe build will fail with:
Error:Conflict with dependency 'com.annimon:stream'. Resolved versions for app (1.1.0) and test app (1.0.9) differ. See http://g.co/androidstudio/app-test-app-conflict for details.
Also please consider to always use the same version for
stream-test
module and the correspondingstream
module to avoid any confusion.The text was updated successfully, but these errors were encountered: