Reputation: 71
We have a legacy project, that consists of two projects:
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
?
Upvotes: 4
Views: 1781
Reputation: 13836
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.
Upvotes: 3