what happens if you process it in Proguard, which ...
# android
k
what happens if you process it in Proguard, which strips out some methods you didn't use in a dependency that you brought in, and a user brings in your lib as a dependency, then tries to use a method you didn't use from that transitive dependency?