Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

[BUG] Misconfigured Proguard rule causes app to not be minified #1520

@alexanderbezverhni

Description

@alexanderbezverhni

Describe the bug

-keep class !org.bouncycastle.jce.provider.X509LDAPCertStoreSpi { *; } keeps Proguard/R8 compilers from minifying the whole app. It basically says "exclude everything but org.bouncycastle.jce.provider.X509LDAPCertStoreSpi".

More details here:

Metadata

Metadata

Assignees

Labels

A-distributionArea: Distribution related changes to app store listingsC-bugCategory: This is a bugE-easyEffort: Should be easy to implement and would make a good first PRP-mediumPriority: medium

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions