aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-04-29 10:13:28 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-04-29 10:13:28 +0000
commit033c8bd24184258904f68bee13b96b6c491fec05 (patch)
tree6a2872db999815324399a79f8ae60650a4a016e3 /app/build.gradle
parent0f8395221d2aaac18bd8640392edf632787bb3be (diff)
downloadinfinity-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 'app/build.gradle')
-rw-r--r--app/build.gradle2
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"
}