Commit c4f229fa authored by Filipe de Lima Brito's avatar Filipe de Lima Brito

Fix lint issue.

parent d40cc4b9
...@@ -165,7 +165,10 @@ dependencies { ...@@ -165,7 +165,10 @@ dependencies {
implementation libraries.glide implementation libraries.glide
implementation libraries.glideTransformations implementation libraries.glideTransformations
implementation(libraries.jitsi) { transitive = true } implementation(libraries.jitsi) {
transitive = true
exclude group: 'javax.servlet', module: 'http'
}
implementation 'com.google.code.findbugs:jsr305:3.0.2' implementation 'com.google.code.findbugs:jsr305:3.0.2'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment