Exclude httpclient of dependency to fix CVE's
This commit is contained in:
parent
0bcfc123dd
commit
e76e8016e6
@ -8,5 +8,7 @@ targetCompatibility = 1.8
|
||||
dependencies {
|
||||
def dependencies = rootProject.ext.dependencies
|
||||
|
||||
implementation dependencies.android
|
||||
implementation(dependencies.android) {
|
||||
exclude module: 'httpclient'
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user