4

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?

Nayantara Jeyaraj
  • 2,624
  • 7
  • 34
  • 63

1 Answers1

3

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.

Nick Fortescue
  • 13,530
  • 1
  • 31
  • 37