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 { jcenter {
content { content {
includeGroup 'com.amulyakhare' includeGroup 'com.amulyakhare'
includeGroup 'com.danikula'
includeGroup 'com.otaliastudios' includeGroup 'com.otaliastudios'
includeGroup 'com.yqritc' includeGroup 'com.yqritc'
includeGroup 'dk.ilios' 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 { dependencies {
implementation project(":matrix-sdk-android") implementation project(":matrix-sdk-android")
@ -433,7 +428,6 @@ dependencies {
implementation libs.github.glide implementation libs.github.glide
kapt libs.github.glideCompiler kapt libs.github.glideCompiler
implementation 'com.danikula:videocache:2.7.1'
implementation 'com.github.yalantis:ucrop:2.2.7' implementation 'com.github.yalantis:ucrop:2.2.7'
// Badge for compatibility // Badge for compatibility

View File

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