Pergunta

I've just upgraded to the latest version of Google Analytics, and I noticed the size of libGoogleAnalyticsServices.a has increased from 5.3 mb to 10.3 mb! I also noticed there is some new tag feature and I'm wondering if this is what's causing the increase. Is it possible to remove this feature and get the size back down to 5.3 mb? Obviously the extra 5 mb is undesirable because it adds a lot the binary size of my app.

Foi útil?

Solução

Maybe they've started supporting Arm64. If it is due to extra architectures, the link phase will strip out any that your app isn't using. Have you checked if there actually is an increase in your binary size?

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top