Commit 42d3bb42 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 b419d0ac
Showing with 1 additions and 1 deletions
...@@ -19,4 +19,4 @@ ...@@ -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 { *; }
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