Commit 1bf53bfa by olly Committed by Oliver Woodman

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
parent 63ae8f54
Showing with 1 additions and 1 deletions
......@@ -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 { *; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment