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 }