dependencies {
    compile(name:'estimote-sdk', ext:'aar')
    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
}

repositories{
    flatDir{
        dirs 'libs'
    }
}