Merge branch 'master' into 4.0.x (gradle Android Studio)

This commit is contained in:
Andrew Grieve
2014-09-23 21:04:55 -04:00
5 changed files with 25 additions and 37 deletions
-1
View File
@@ -121,7 +121,6 @@ function copyBuildRules(projectPath) {
var srcDir = path.join(ROOT, 'bin', 'templates', 'project');
shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'settings.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'cordova.gradle'), projectPath);
}