Merge branch 'master' into 4.0.x (Gradle library dependencies)

This commit is contained in:
Ian Clelland
2014-08-20 11:43:58 -04:00
5 changed files with 33 additions and 12 deletions
-1
View File
@@ -122,7 +122,6 @@ function copyBuildRules(projectPath) {
shell.cp('-f', path.join(srcDir, 'custom_rules.xml'), projectPath);
shell.cp('-f', path.join(srcDir, 'build.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'libraries.gradle'), projectPath);
shell.cp('-f', path.join(srcDir, 'settings.gradle'), projectPath);
}