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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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