I am using proguard file in my android project and I have the following structure:
In my project, I have one module called a library and in that module, I have an assets folder and there I am keeping some jars and I want to keep this in my proguard rules.
Structure:
How do I add this in my proguard file? or How do I add individual files with the classified path of the file?
Hi Harsh_Shah,
Welcome to the community.
To further assist you, could you please elaborate on what you are trying to achieve here?
From what I understand, you are trying to keep the all the jar files inside the assets directory of your library module. Can you please clarify if you are trying to process an apk with this library module inside of it or just this library module?
Kind regards,
Ewout