Is Android minify not compatible with live updates?

Hi all,

I’m trying live updates and I noticed then when I do a production build with minifyEnabled set to true, the app doesn’t pull the updates. But if I set it to false then it properly gets it. I do have proguard rules enabled for capacitor as present in the capacitor source.

Any help would be appreciated as I don’t want to keep chasing it if it’s indeed a minification incompatibility. Thanks.