|
apply plugin: 'version-scan'
|
|
|
|
versionScan {
|
|
group = "com.squareup.okhttp3"
|
|
module = "okhttp"
|
|
versions = "[3.0,)"
|
|
legacyGroup = "com.squareup.okhttp"
|
|
verifyPresent = [
|
|
"okhttp3.Cookie" : null,
|
|
"okhttp3.ConnectionPool": null,
|
|
"okhttp3.Headers" : null,
|
|
]
|
|
}
|