4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-03-30 02:42:45 +08:00

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

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