-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
Failed to resolve: androidx.test:core:1.5.0 #466
Comments
I still face this issue, any solution for this yet |
@kaushalp123 same here, I haven't found any solution myself either. |
Hello @kaushalp123 & @cdiazc , I tried to add:
To sample/build.gradle.kts, and I had no issue to synchronized |
Hello @moutyque thank you very much for getting back to this :)
As soon as we change the versions to 1.5.0, the original error appears. Thank you very much, I hope this helps ! |
Hello,
When you are using the version 1.4.0 of those libs every thing work fine but with version 1.5.0 it does not. If my understanding is correct I will try to reproduce then if I can fix. |
Hello again @moutyque, thanks for your reply. What you state is exactly what I am experiencing. |
Can you share with me your full build.gradle ? Mine look like this:
And I do not get any sync issue. |
@moutyque I'll try with the same specific versions on my project just in case. A question though, i cannot see barista on you dummy project gradle file, can you please try adding
to the file you shared ? If you need my full gradle file I can send to you on PM since it is a work project and we can later on post the important bits for the public here. Thank you again ! |
I tested with the following configuration:
And :app gradle sync is not failing but a warning is issued, the warning though is exactly the error i was getting at the beginning:
As so: At this point I'm wondering if there is a mixture of mismatched versions and wrong configurations, I must confess I am confused. |
I tried this and I got no issue:
|
I'll try to find time these days to test with different values, it's pretty strange. |
Sure: [email protected] |
Any conclusion to this? I am also running into this issue. |
I know this might not be the most useful message but I kept updating all my dependencies to the last available and at some point it just stopped displaying the message. I hope you projects allow this, for now those are my test deps if it could help anyone:
|
For what it is worth I needed only androidTestImplementation and debugImplementation |
@byates-fleetian are you saying that those versions worked for you to fix the problem ? |
Library Version:
4.3.0
Describe the Bug:
Failed to resolve dependencies when trying to use Barista with test:*:1.5.0.
This is the message output:
Steps to reproduce the bug:
Have a build.gradle file with:
Expected Behavior:
Work with v1.5.0 of androidx.test libraries.
The text was updated successfully, but these errors were encountered: