google / cronet-transport-for-okhttp

This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
Apache License 2.0
427 stars 31 forks source link

About the size of apk #8

Closed Buxiaohui closed 1 year ago

Buxiaohui commented 1 year ago

This library depends on guava and other repositories , increases the size of apk,what should i do?remove guava dependency? replace it with the classes in android sdk?

Danstahrg commented 1 year ago

Guava is an integral part of the implementation but we only use a small subset of it so Proguard / R8 will optimize most of it away. If you're seeing increases in the order of hundreds of kilobytes or more please check your shrinker settings.