Skip to content

Commit

Permalink
Add shrinker rules for Guava converter and adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 16, 2021
1 parent 3f2230a commit 2ad9b7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Keep generic signature of ListenableFuture (R8 full mode strips signatures from non-kept items).
-keep,allowobfuscation,allowshrinking class com.google.common.util.concurrent.ListenableFuture
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Keep generic signature of Optional (R8 full mode strips signatures from non-kept items).
-keep,allowobfuscation,allowshrinking class com.google.common.base.Optional

0 comments on commit 2ad9b7d

Please sign in to comment.