We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fa7e65 + 18b43be commit 4d6a4ebCopy full SHA for 4d6a4eb
lib/services/android-project-service.ts
@@ -63,7 +63,8 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
63
if (buildOptions.androidBundle) {
64
return {
65
packageNames: [
66
- `${constants.APP_FOLDER_NAME}${constants.AAB_EXTENSION_NAME}`
+ `${constants.APP_FOLDER_NAME}${constants.AAB_EXTENSION_NAME}`,
67
+ `${constants.APP_FOLDER_NAME}-${buildMode}${constants.AAB_EXTENSION_NAME}`
68
]
69
};
70
}
0 commit comments