I am upgrading from Dexguard 6 to 7 and have a question regarding library obfuscation. With Dexguard 6, I could obfuscate my library that is a Module inside Android Studio and then use this module in my app with it as a local dependency:
dependencies {
compile project(':sdk')
}
However, when I try to do this with Dexguard 7.0.31 I get the exception:
Execution failed for task ':sdk:transformClassesAndResourcesWithProguardForRelease'. > java.io.FileNotFoundException: /lib/dexguard-library-release.pro (No such file or directory)