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

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -