When you publish library you do not republish depe...
# android
g
When you publish library you do not republish dependencies (by default), you just add them to list of dependencies in pom file and client download them when connect you library. As result you cannot strip any code from them.
👍 2