Skip to main content

Hi. 

We are getting crashes with the latest version of the sdk which is 15.10.0

You can find the summary of the crash report below.

Pls guide us what to do to handle this issue.

Thanks

 

java.lang.IllegalArgumentException: Padding must be non-negative
at androidx.compose.foundation.layout.PaddingValuesModifier.measure-3p2s80s(Padding.kt:442)
at androidx.compose.ui.node.LayoutModifierNodeCoordinator.measure-BRTryo0(LayoutModifierNodeCoordinator.kt:116)

 

Hi @kagan ,

Sorry for the inconvenience. We are aware of the issue and have a fix coming in the next release.

In the meantime if it’s causing issues, please use the prior SDK version (v15.9.1)


@kagan This should now be fixed in version 15.10.1


Thanks Darren!


Hey again! 

With the new version now we are getting duplicate builddef.lst error while packing. I think this is because you migrated to org.mp4parser:isoparser in this version and we are still using com.googlecode.mp4parser:isoparser on our end. Excluding the file will help but not sure if it is gonna cause any other problemds on library side.

It would be nice to keep the next hotfix releases simple 😁

Thanks!


Reply