appmattus / certificatetransparency

Certificate transparency for Android and JVM
Apache License 2.0
143 stars 29 forks source link

Keep CertificateTransparencyTrustManager inside proguard consumer file #42

Closed ccodega closed 1 year ago

ccodega commented 2 years ago

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.