We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b02b9e commit 9e16983Copy full SHA for 9e16983
lib/services/android/gradle-build-args-service.ts
@@ -65,7 +65,7 @@ export class GradleBuildArgsService implements IGradleBuildArgsService {
65
`-PappResourcesPath=${this.$projectData.getAppResourcesDirectoryPath()}`
66
);
67
if (buildData.gradleArgs) {
68
- args.push(buildData.gradleArgs);
+ args.push(...buildData.gradleArgs);
69
}
70
71
if (buildData.release) {
0 commit comments