mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 12:47:26 +01:00
Exclude transitive dependency from Google GMS.
This commit is contained in:
parent
b5fec7dac7
commit
d493a0a386
@ -82,7 +82,9 @@ dependencies {
|
|||||||
|
|
||||||
def toroVersion = '3.7.0.2010003'
|
def toroVersion = '3.7.0.2010003'
|
||||||
implementation "im.ene.toro3:toro:$toroVersion"
|
implementation "im.ene.toro3:toro:$toroVersion"
|
||||||
implementation "im.ene.toro3:toro-ext-exoplayer:$toroVersion"
|
implementation("im.ene.toro3:toro-ext-exoplayer:$toroVersion") {
|
||||||
|
exclude module: 'extension-ima'
|
||||||
|
}
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13'
|
testImplementation 'junit:junit:4.13'
|
||||||
androidTestImplementation 'androidx.test:runner:1.2.0'
|
androidTestImplementation 'androidx.test:runner:1.2.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user