Remove unused dependency videocache

This commit is contained in:
Benoit Marty 2021-12-09 23:47:04 +01:00
parent 29837d48fe
commit 0df11fc145
3 changed files with 0 additions and 12 deletions

View file

@ -215,7 +215,6 @@ allprojects {
jcenter {
content {
includeGroup 'com.amulyakhare'
includeGroup 'com.danikula'
includeGroup 'com.otaliastudios'
includeGroup 'com.yqritc'
includeGroup 'dk.ilios'

View file

@ -317,11 +317,6 @@ android {
}
}
configurations {
// videocache includes a sl4j logger which causes mockk to attempt to call the static android Log
testImplementation.exclude group: 'org.slf4j', module: 'slf4j-android'
}
dependencies {
implementation project(":matrix-sdk-android")
@ -433,7 +428,6 @@ dependencies {
implementation libs.github.glide
kapt libs.github.glideCompiler
implementation 'com.danikula:videocache:2.7.1'
implementation 'com.github.yalantis:ucrop:2.2.7'
// Badge for compatibility

View file

@ -333,11 +333,6 @@ SOFTWARE.
<br/>
Copyright 2012 Square, Inc.
</li>
<li>
<b>videocache</b>
<br/>
Copyright 2014-2017 Alexey Danilov
</li>
<li>
<b>ShortcutBadger</b>
<br/>