From bad0034e5dd63da0506d62f6e523f5604ee443bc Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Thu, 3 Mar 2016 15:27:21 -0800 Subject: [PATCH] CB-8976: I wish there was an easier way to test gradle stuff then check it in without having to remember to delete imports This closes #270 --- bin/templates/project/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/templates/project/build.gradle b/bin/templates/project/build.gradle index 526a0797..fa46e363 100644 --- a/bin/templates/project/build.gradle +++ b/bin/templates/project/build.gradle @@ -245,8 +245,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: '*.jar') // SUB-PROJECT DEPENDENCIES START - debugCompile project(path: "CordovaLib", configuration: "debug") - releaseCompile project(path: "CordovaLib", configuration: "release") // SUB-PROJECT DEPENDENCIES END }