diff --git a/library/common/proguard-rules.txt b/library/common/proguard-rules.txt index abc8e1006d..2eb313c45d 100644 --- a/library/common/proguard-rules.txt +++ b/library/common/proguard-rules.txt @@ -19,4 +19,4 @@ # Workaround for https://issuetracker.google.com/issues/112297269 # This is needed for ProGuard but not R8. --keepnames class com.google.common.base.Function { *; } +-keepclassmembernames class com.google.common.base.Function { *; }