DexGuard version 7.0.19 throwring error "java.lang.NoSuchMethodError: No static method setAnnotationDatabasePackageNames" in RoboGuice. (Code working fine for DexGuard versions below 7).
I have tried followings in my dexguard-project.txt
-keepattributes *Annotation*
-keepclassmembers class com.google.inject.Guice {
public static void setAnnotationDatabasePackageNames(java.lang.String[]); }
-keep public class com.google.inject.Guice
Please Suggest.