We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d97779 commit 32d3a0fCopy full SHA for 32d3a0f
lib/services/android-project-service.ts
@@ -242,11 +242,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
242
],
243
regexes: [
244
new RegExp(
245
- `${constants.APP_FOLDER_NAME}-.*-(${Configurations.Debug}|${Configurations.Release})${constants.APK_EXTENSION_NAME}`,
246
- "i"
247
- ),
248
- new RegExp(
249
- `${packageName}-.*-(${Configurations.Debug}|${Configurations.Release})${constants.APK_EXTENSION_NAME}`,
+ `(${packageName}|${constants.APP_FOLDER_NAME})-.*-(${Configurations.Debug}|${Configurations.Release})(-unsigned)?${constants.APK_EXTENSION_NAME}`,
250
"i"
251
),
252
0 commit comments