appmattus / certificatetransparency

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

App size increased by 2.2 MB #92

Closed gnair03 closed 1 year ago

gnair03 commented 1 year ago

On using this SDK, my app-size has increased by 2.2MB. What could be the cause of this increase? Are there any ways to reduce app size increase due to this lib?

gnair03 commented 1 year ago

@mattmook Pls let me know

mattmook commented 1 year ago

The jar for the CT library comes in at ~500k and the latest version of the library pulls in the following dependencies:

My only suggestion size wise is to ensure you use R8 on your project as I'm unlikely to be able to reduce the dependencies currently used.