Unreal Engine 5 android build crashes on android 13 (Samsung a32) but works fine on android 14

If anyone knows why is this happening - please help! I’ve tried different solutions/approaches to understand why it keeps crashing, however nothing helped. The crash occurs immediately after opening the app on android 13 mobile device, while on android 14 phone there’s no problem at all. I’ll be very grateful for any assistance!

Upd: The project is not working on android 12 and 10 as well. It only launches on android 14

Okay, so I fixed it myself. The thing was that MSAA somewhy doesn’t work on anything older than android 14. Switching to FXAA solved the problem.