Google Play How to publish large app bundle

Hi, I have a Phaser 3 game and I want to pubish it on android devices using cordova. But the problem is, that I can’t upload file large than 150MB. My game is 250MB. So somebody have an idea how to upload it, or maybe have a tutorial how to achieve it?

I dont have done this yet, but maybe the “asset pack” helps you!?
You need to split your apk to the “core” app and one or more “asset packs”.
They have differetent size limits:

Dont know if this is possible with cordova :slight_smile: