Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/proguard.flags
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Needed for DNS resolution. Present in OpenJDK, but not Android
-dontwarn javax.naming.**
2 changes: 2 additions & 0 deletions okhttp/proguard.flags
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-dontnote io.grpc.okhttp.internal.Platform
-dontnote io.grpc.okhttp.OkHttpProtocolNegotiator
4 changes: 4 additions & 0 deletions testing/proguard.flags
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sorry if this file messes you up. Proguard makes it really difficult to find out where the
# classes if complains about come from, leading to seemingly impossible warnings to arise.
-dontwarn org.hamcrest.**
-dontwarn android.test.**