I'm using proguard to obfuscate my code, and I have one module called a library and in that module I have an assets folder and I'm keeping some jars that I'm using in runtime. I want to keep that assets folder in the proguard.
Here is how it's looking the structure:
How can I keep these? or How can we pass the path of the file in ProGuard?