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
?