-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
Hi,
I see in consumer-proguard-rules.pro these lines.:
-keep public class * {
public protected *;
}
if we include this library in a multi module project, Proguard keep ALL classes, even those are not in this library. (Indeed Android Studio Plugin append all Proguard files)
Reactions are currently unavailable