android - obfuscate third part libs inside aar file -


we have android project want distribute .aar file (a commercial sdk). have dependency on third part paid library, jar file, inside libs folder of our android library project. when assemble aar, able open it, , can see has folder libs, third part dependency jar, same have imported.

i want know how can obfuscate lib other people cannot grab our aar , use. saw plugin called shadow gradle https://github.com/johnrengelman/shadow, seems works jars.

any ideas?


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -