Exclude Apache HTTP client in order to avoid conflicts on Android 8
Surely this won't break anything :clueless:
This commit is contained in:
parent
eef52ef26b
commit
019afb33c9
@ -51,6 +51,7 @@ android {
|
|||||||
configurations.all {
|
configurations.all {
|
||||||
//Fixes Error: Duplicate class: com.google.common.util.concurrent.ListenableFuture
|
//Fixes Error: Duplicate class: com.google.common.util.concurrent.ListenableFuture
|
||||||
exclude(group = "com.google.guava", module = "listenablefuture")
|
exclude(group = "com.google.guava", module = "listenablefuture")
|
||||||
|
exclude(group = "org.apache.httpcomponents", module = "httpclient")
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user