Merge pull request #134 from OHermesJunior/remove-sneaky-gms

Exclude transitive dependency from Google services.
This commit is contained in:
Docile-Alligator 2020-06-20 11:55:26 +08:00 committed by GitHub
commit cf69dc114a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,9 @@ dependencies {
def toroVersion = '3.7.0.2010003'
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'
androidTestImplementation 'androidx.test:runner:1.2.0'