certificatetransparency icon indicating copy to clipboard operation
certificatetransparency copied to clipboard

Keep CertificateTransparencyTrustManager inside proguard consumer file

Open ccodega opened this issue 2 years ago • 0 comments

This fixes issue: https://github.com/appmattus/certificatetransparency/issues/41

Some methods inside CertificateTransparencyTrustManager are called through reflection, so the class must be kept during obfuscation.

ccodega avatar Sep 02 '22 14:09 ccodega