-
Notifications
You must be signed in to change notification settings - Fork 356
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
Could not resolve com.tbuonomo:dotsindicator:5.0. #192
Comments
This happens when building different build type than debug or release |
so what is a solution for that? @tomkricensky |
I noticed that your library published module-specific artifacts like dotsindicator-5.0-debug.aar but other libraries publish default artifacts without the module name attached. I am no expert in libraries but I'd expect that to be the problem. So I'd recommend either publishing a default artifact (without the name of the module) along the others or publish only the default artifact (probably release version). Dotsindicator: Coil (similar for other libraries): |
@tommybuonomo please update your library with given suggestion. |
Actually there is this other issue with the same problem And when we check the artifacts for 4.2 we can see what I mentioned previously. There is a default artifact and not module specific versions. https://repo.maven.apache.org/maven2/com/tbuonomo/dotsindicator/4.2/ |
Anyway... For a workaround without updates to the library you can download the aar file and add it to the project as a file instead of a hosted dependency. |
I'm also facing the same issue, is it possible to have a fix? @tommybuonomo |
On it, sorry for the delay |
hello which version of your library is working in android? |
Variant 'debugVariantMavenApiPublication' capability com.tbuonomo:dotsindicator:5.0:
- Incompatible because this component declares a component for use during compile-time, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug' and the consumer needed a component for use during runtime, as well as attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'stagging'
The text was updated successfully, but these errors were encountered: