Exclude Apache HTTP client in order to avoid conflicts on Android 8

Surely this won't break anything :clueless:
This commit is contained in:
MM20
2022-08-26 00:04:09 +02:00
parent eef52ef26b
commit 019afb33c9
+1
View File
@@ -51,6 +51,7 @@ android {
configurations.all {
//Fixes Error: Duplicate class: com.google.common.util.concurrent.ListenableFuture
exclude(group = "com.google.guava", module = "listenablefuture")
exclude(group = "org.apache.httpcomponents", module = "httpclient")
}
compileOptions {