mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-09 00:29:00 +01:00
Remove unused dependency videocache
This commit is contained in:
parent
29837d48fe
commit
0df11fc145
@ -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'
|
||||||
|
@ -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
|
||||||
|
@ -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/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user