Get rid of Guava

This commit is contained in:
MM20
2025-02-10 20:41:40 +01:00
parent bbb50e6e5e
commit 8d1800b95b
5 changed files with 21 additions and 12 deletions
-5
View File
@@ -84,11 +84,6 @@ 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 {
sourceCompatibility = JavaVersion.VERSION_1_8