reference - Obfuscation across multiple gradle modules with proguard possible? -



reference - Obfuscation across multiple gradle modules with proguard possible? -

i have gradle project containing main module , 1 library module , each 1 set proguard.

my problem is, class obfuscated in library module "a" or similar still referenced main module original name, lets "myutil", doesn´t exist anymore.

i don´t want exclude class obfuscation if possible, there way obfuscation accross modules?

sounds need create api class in library excluded obfuscation. api class facade , phone call internal library methods.

reference gradle android-studio proguard obfuscation

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -