-
Notifications
You must be signed in to change notification settings - Fork 67
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
Build issues because of duplicate attribute corner_radius #19
Comments
fixed, PR: #22 |
Thank you for quick fix. Can you tell when are you planning for next release. |
working on 1 issue currently, will be releasing new version soon. |
i would love to see you contributing 💯 |
library version |
- removed redundant attribute
@srtvprateek i found this issue again in 2.0.1-beta |
@saranakkaraviwat thanks for raising this, |
Describe the bug
Build issues because of duplicate attribute.
AAPT: error: duplicate value for resource 'attr/corner_radius' with config ''
https://github.com/mocklets/pluto/blob/445ad948e282a2054044056bf9a26c15b0820b82/pluto/src/main/res/values/attr.xml#L5
Can we append resource prefix here also to not use a common name which might conflict with some other library in big projects?
To Reproduce
Steps to reproduce the behavior:
implementation 'com.crystal:crystalrangeseekbar:1.1.3'
library (Just to replicate the conflict)Expected behavior
There should be no AAPT error and project should build without any issue.
Build Environment:
The text was updated successfully, but these errors were encountered: