Skip to content

Commit

Permalink
Supress ProGuard warning for java.nio.ByteBuffer limit(int) when comp…
Browse files Browse the repository at this point in the history
…ile against JDK 9+.
  • Loading branch information
voidzcy committed Mar 18, 2020
1 parent f7c160c commit 46b407f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android-interop-testing/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@

# Ignores: can't find referenced method from grpc-testing's compileOnly dependency on Truth
-dontwarn io.grpc.testing.DeadlineSubject

# Ignores: can't find referenced method for java.nio.ByteBuffer limit(int) due to JDK ABI
# incompatibility.
-dontwarn java.nio.ByteBuffer

0 comments on commit 46b407f

Please sign in to comment.