ext.cdvMinSdkVersion = 15

repositories{
    jcenter()
    flatDir{
        dirs 'libs'
    }
}

dependencies {
       compile fileTree(dir: 'libs', include: '*.jar')
       // SUB-PROJECT DEPENDENCIES START
       debugCompile(project(path: "CordovaLib", configuration: "debug"))
       releaseCompile(project(path: "CordovaLib", configuration: "release"))
       compile name: 'didi_sdk_for_common_v1.1.0_05_28', ext: 'aar'

}

android {
    packagingOptions {
        exclude 'META-INF/NOTICE'
        exclude 'META-INF/LICENSE'
    }
}
