Skip to content

Commit

Permalink
Do not strip AndroidCertVerifyResult methods with proguard (#2682)
Browse files Browse the repository at this point in the history
Do not strip AndroidCertVerifyResult methods with proguard

Signed-off-by: Ryan Hamilton <[email protected]>
  • Loading branch information
RyanTheOptimist authored Nov 18, 2022
1 parent 58e9086 commit f72f1f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions library/proguard.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
<methods>;
}

-keep, includedescriptorclasses class org.chromium.net.AndroidCertVerifyResult {
<methods>;
}

-keep, includedescriptorclasses class io.envoyproxy.envoymobile.engine.types.EnvoyEventTracker {
<methods>;
}
Expand Down

0 comments on commit f72f1f8

Please sign in to comment.