You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: