Skip to content
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

Remove unnecessary resources which overrides client application resources #42

Open
yargray opened this issue Mar 27, 2017 · 0 comments
Open

Comments

@yargray
Copy link

yargray commented Mar 27, 2017

Hi!

I used version compile 'com.github.darsh2:MultipleImageSelect:28c6d56' which fixes the NPE (#39). But this version has resources which overrides my application resources (string/app_name and mipmap/ic_launcher). It happens because resources in your library has more specific qualifiers (values-ru and mipmap-hdpi-v4) than my application (values and mipmap-hdpi). These resources not very important for library, but very important for application. I can override these resources by more specific qualifiers, but it is not very good decision. Many client applications should do it instead of simple adding dependency.
Can you remove these resources from library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant