Skip to content

Commit

Permalink
Merge pull request #2276 from IDEMSInternational/fix/android-workflow…
Browse files Browse the repository at this point in the history
…-variables

fix: android workflow variables
  • Loading branch information
esmeetewinkel authored Apr 5, 2024
2 parents fe4f120 + 39826af commit 9792c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/scripts/src/tasks/providers/android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const configure = async ({ appId, appName, versionName }: IAndroidBuildOptions)
VERSION_CODE: versionCode,
VERSION_NAME: versionName,
},
// do not overwrite ${applicationId} variable in AndroidManifest template
excludeVariables: ["applicationId"],
// Only replace the following variables
includeVariables: ["APP_ID", "APP_NAME", "VERSION_CODE", "VERSION_NAME"],
});

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

0 comments on commit 9792c7d

Please sign in to comment.