Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android App Bundles - Is it possible to upload multiple app bundles in one release?

We have a legacy project, that consists of two projects:

  • one for phones.
  • one for tablets.

Each project has it's own structure, it's own classes, resources, etc. Both have the same package name, are signed with the same keystore and are uploaded as two .apk files with the same version and consecutive build numbers as single app.

Question

Is it possible, without merging these two projects, to keep uploading them as App Bundles like we did with .apk?

like image 262
Igor Chernishenko Avatar asked Sep 01 '25 02:09

Igor Chernishenko


1 Answers

Yes, as I understand it you can have multiple App Bundles per release like you did for APKs. Like before they have to have different version codes. It will make your release management a little complicated, but it should work.

like image 182
Nick Fortescue Avatar answered Sep 04 '25 08:09

Nick Fortescue