Refine ProGuard config workaround for Function

This is a more targeted workaround, which still allows for the
containing package name to be obfuscated.

#minor-release

PiperOrigin-RevId: 355381201
This commit is contained in:
olly 2021-02-03 14:13:01 +00:00 committed by Oliver Woodman
parent 63ae8f5417
commit 1bf53bfabc

View File

@ -19,4 +19,4 @@
# Workaround for https://issuetracker.google.com/issues/112297269 # Workaround for https://issuetracker.google.com/issues/112297269
# This is needed for ProGuard but not R8. # This is needed for ProGuard but not R8.
-keepnames class com.google.common.base.Function { *; } -keepclassmembernames class com.google.common.base.Function { *; }