From 99d5ff7347dd7c886efc8c61537bb8ec5832b5b7 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 3 Mar 2016 15:25:19 -0800 Subject: [PATCH] CB-8976: Accidentally left in the crosswalk build from when I was experimenting with this file --- bin/templates/project/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index ee9aa19d..526a0797 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -86,7 +86,6 @@ ext { } // PLUGIN GRADLE EXTENSIONS START -apply from: "cordova-plugin-crosswalk-webview/app-xwalk.gradle" // PLUGIN GRADLE EXTENSIONS END def hasBuildExtras = file('build-extras.gradle').exists()