mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-12-31 21:37:11 +01:00
Merge pull request #134 from OHermesJunior/remove-sneaky-gms
Exclude transitive dependency from Google services.
This commit is contained in:
commit
cf69dc114a
@ -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