aboutsummaryrefslogtreecommitdiff
path: root/proguard/reflect.pro
blob: 620cbd3145dc337b82e7313d6c1ee801a88bcc30 (plain)
1
2
3
4
5
6
7
8
9
# Warning: common.reflect (like reflection in general) is typically slow and
# unreliable under Android. We do not recommend using it. This Proguard config
# exists only to avoid breaking the builds of users who already have
# common.reflect in their transitive dependencies.
#
-dontwarn com.google.common.reflect.Invokable
-dontwarn com.google.common.reflect.Invokable$ConstructorInvokable
-dontwarn com.google.common.reflect.Invokable$MethodInvokable
-dontwarn com.google.common.reflect.Parameter