diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-04-29 10:13:28 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-04-29 10:13:28 +0000 |
commit | 033c8bd24184258904f68bee13b96b6c491fec05 (patch) | |
tree | 6a2872db999815324399a79f8ae60650a4a016e3 /app/build.gradle | |
parent | 0f8395221d2aaac18bd8640392edf632787bb3be (diff) | |
download | infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.gz infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.bz2 infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.lz infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.xz infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.tar.zst infinity-for-reddit-033c8bd24184258904f68bee13b96b6c491fec05.zip |
Buggy video and Gif autoplay.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 6a76e789..707333bf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -86,4 +86,6 @@ dependencies { implementation 'com.atlassian.commonmark:commonmark:0.13.1' implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' + implementation "im.ene.toro3:toro:$rootProject.toroVersion" + implementation "im.ene.toro3:toro-ext-exoplayer:$rootProject.toroVersion" } |