Skip to content

Commit d0aacc5

Browse files
committed
Merge pull request #1168 from NativeScript/plamen5kov/sbg_fix_issue_#263
cli acknowledges gradle.properties file on platform add android command
2 parents 8c92d5b + 1efc22e commit d0aacc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/android-project-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class AndroidProjectService extends projectServiceBaseLib.PlatformProject
105105

106106
// These files and directories should not be symlinked as CLI is modifying them and we'll change the original values as well.
107107
this.copy(this.platformData.projectRoot, frameworkDir, "src", "-R");
108-
this.copy(this.platformData.projectRoot, frameworkDir, "build.gradle settings.gradle", "-f");
108+
this.copy(this.platformData.projectRoot, frameworkDir, "build.gradle settings.gradle gradle.properties", "-f");
109109

110110
if (this.useGradleWrapper(frameworkDir)) {
111111
this.copy(this.platformData.projectRoot, frameworkDir, "gradle", "-R");

0 commit comments

Comments
 (0)