Skip to content

Commit 9792c7d

Browse files
Merge pull request #2276 from IDEMSInternational/fix/android-workflow-variables
fix: android workflow variables
2 parents fe4f120 + 39826af commit 9792c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/scripts/src/tasks/providers/android.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ const configure = async ({ appId, appName, versionName }: IAndroidBuildOptions)
4343
VERSION_CODE: versionCode,
4444
VERSION_NAME: versionName,
4545
},
46-
// do not overwrite ${applicationId} variable in AndroidManifest template
47-
excludeVariables: ["applicationId"],
46+
// Only replace the following variables
47+
includeVariables: ["APP_ID", "APP_NAME", "VERSION_CODE", "VERSION_NAME"],
4848
});
4949

5050
// Move files where template not already located in correct folder (various reasons below)

0 commit comments

Comments
 (0)