diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-09-04 14:57:11 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-09-04 14:57:11 +0000 |
commit | 6d224c307d105c9b1d2a46f0f81a11cabc4d32b1 (patch) | |
tree | fba26ef32bef23778c8ee850e84fa571ad7b01dd /app/build.gradle | |
parent | 064b2ceedca7f082da94392b8e0c1f1411d1abef (diff) | |
download | infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.gz infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.bz2 infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.lz infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.xz infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.zst infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.zip |
Fix stupid Redgifs API issue.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 9132c52c..31ad2fc0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -77,11 +77,11 @@ dependencies { implementation "com.google.android.exoplayer:exoplayer-dash:$exoplayerVersion" implementation "com.google.android.exoplayer:exoplayer-hls:$exoplayerVersion" implementation "com.google.android.exoplayer:exoplayer-ui:$exoplayerVersion" - def toroVersion = "3.7.0.2010003" + /*def toroVersion = "3.7.0.2010003" implementation "im.ene.toro3:toro:$toroVersion" implementation("im.ene.toro3:toro-ext-exoplayer:$toroVersion") { exclude module: 'extension-ima' - } + }*/ /** Third-party **/ |