diff options
author | Hermes Junior <ohermesjunior@gmail.com> | 2020-06-18 15:45:07 +0000 |
---|---|---|
committer | OHermesJunior <ohermesjunior@gmail.com> | 2020-06-18 15:45:07 +0000 |
commit | d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c (patch) | |
tree | 73064875b88db307273e4482c967f9b29deac1ab /app/build.gradle | |
parent | b5fec7dac7e559391a95adb4342790fa54b172f9 (diff) | |
download | infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.tar infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.tar.gz infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.tar.bz2 infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.tar.lz infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.tar.xz infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.tar.zst infinity-for-reddit-d493a0a3866aca8507bf2506ef8ebc4e7ab1e77c.zip |
Exclude transitive dependency from Google GMS.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 8b7abdaf..0775b8cb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' |