-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gradle not resolving after compiling rainbow hat #85
Comments
Can you post the line in your gradle file you're using to import the
rainbow hat?
…On Sun, Dec 17, 2017, 3:10 AM soorajshankar ***@***.***> wrote:
Error:Execution failed for task ':app:preDebugAndroidTestBuild'.
Conflict with dependency 'com.android.support:support-annotations' in
project ':app'. Resolved versions for app (24.2.0) and test app (25.4.0)
differ. See
https://d.android.com/r/tools/test-apk-dependency-conflicts.html for
details.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#85>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/ADI58_LG4rCxBB0LEdrNqRRXtmUA-iehks5tBPa2gaJpZM4REns5>
.
|
I fixed that by removing expresso from dependency .
also tried with older version 0.7 and all
|
Looks like Rainbow Hat uses 24.2.0 of Android Support Annotations, but only for testing. I don't know why it would conflict with your version. |
I think Android Support Annotations are defined as Implementation but not Test Implementation I doubt that could be a problem if I use another support library with different version |
Yes you're right it isn't defined as testImplementation, but I do wonder why this library is using it. It probably should be updated or perhaps removed. But implementation shouldn't pass the dependencies through AFAIK. |
Error:Execution failed for task ':app:preDebugAndroidTestBuild'.
The text was updated successfully, but these errors were encountered: