darsh2 / MultipleImageSelect

Android library that provides for multiple image selection.
Apache License 2.0
300 stars 112 forks source link

Remove unnecessary resources which overrides client application resources #42

Open yargray opened 7 years ago

yargray commented 7 years ago

Hi!

I used version compile 'com.github.darsh2:MultipleImageSelect:28c6d56' which fixes the NPE (https://github.com/darsh2/MultipleImageSelect/issues/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?