Hey, I have a problem.
I am trying to use proguard and I include quite a few libraries:
rhino javascript, jbox2d, poly2tri, slf4j, lwjgl, etc.
When i try to obfuscate my jar, I have to add these dependencies.
The problem is, they all have dependencies, which have dependencies, …
It looks like I have to end up adding over 100 different libraries in, even though they aren’t actually needed to run the unobfuscated jar file.
Is there an easier / better way to do this?
thanks,
roland