px-android
px-android copied to clipboard
Resources are public in the library
Issue description All the android resources from the library are public.
To Reproduce
Add the library, build and type R.string.
or any other resources and you will see that resources of the library are public.
Expected behaviour To see only resources that are relevant for the projects implementing the library.
Library version 4.39.0
Extra info https://developer.android.com/studio/projects/android-library#PrivateResources
Hi @franvis, thanks to report this
We are aware of this problem and we are going to solve this but not in the short term
To have this resouces public is bringing us problems as well because some integrators could use them and that doesn't let us remove them whitout producing small breaking changes
We are working in some tasks to remove a large amount of resources and the next steps are to going to make them private