Closed nelletto closed 3 weeks ago
thank you @nelletto for bringing this issue, we overlooked this new inclusion on the project, we actually prefer not including extra dependencies whenever possible since we can conflict with your versions, we actually want two Material icons or similar so we decided to remove the library and manually import the Icons to use it in our Debugger.
That said are you on Native android SDK, Segment or any of the x-platforms, so we can plan the patch fix for you.
version 4.3.1 is out with this fix, let us know if that works out on your end
Hi, we recently noticed an increase in the size of our application's debug build by about 6 MB, we looked at dependencies and found
androidx.compose.material:material-icons-extended
required by AppCues. On developer.android.com we readWe use R8 to do the release build and we have a doubt that there may be problems by removing the resources. It seems strange to us that this dependency is needed, is it a bug?