mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Remove unused dependency videocache
This commit is contained in:
parent
29837d48fe
commit
0df11fc145
3 changed files with 0 additions and 12 deletions
|
@ -215,7 +215,6 @@ allprojects {
|
|||
jcenter {
|
||||
content {
|
||||
includeGroup 'com.amulyakhare'
|
||||
includeGroup 'com.danikula'
|
||||
includeGroup 'com.otaliastudios'
|
||||
includeGroup 'com.yqritc'
|
||||
includeGroup 'dk.ilios'
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue