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
This commit is contained in:
Joe Bowser 2016-03-03 15:27:21 -08:00
parent 99d5ff7347
commit bad0034e5d

View File

@ -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
}