Get rid of Guava
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user