Hello, adding Shakebugs in an application causes some errors during the obfuscation part.
A similar task regarding this matter has already been treated last year (https://feedback.shakebugs.com/bugs/p/android-r8-full-mode-rules), but it does not seem to be sufficient.
These are the classes for which there are some missing rules:
org.bouncycastle.jsse.BCSSLParameters
org.bouncycastle.jsse.BCSSLSocket
org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
org.conscrypt.Conscrypt$Version
org.conscrypt.Conscrypt
org.conscrypt.ConscryptHostnameVerifier
org.openjsse.javax.net.ssl.SSLParameters
org.openjsse.net.ssl.OpenJSSE
org.slf4j.impl.StaticLoggerBinder
Most of the missing rules are granted by a more recent version of okhttp (https://github.com/square/okhttp/issues/6258)
The last one seems to be coming from a library named mp4parser. Bumping the library to the latest version removes the error, but adds Junit in the app classpath...
The project has a 3 years old open PR about removing that pollution, but I'm afraid it'll never be merged.
Could you please update the Android SDK with the latest versions of okhttp and mp4parser (and excluding junit, of course), and update the consumer proguard rules?
Thanks,
David