diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-07-08 14:19:08 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-07-08 14:19:08 +0000 |
commit | 6f34d854ea7552fadd9b22e934b45cd86ebc162b (patch) | |
tree | 9b4c28f6f344d6b9ccf2a277e19d0f05fb7999eb /app/build.gradle | |
parent | 318b11da01ad843ad63d82b4ac87eb1eaa84b9dc (diff) | |
download | infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.tar infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.tar.gz infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.tar.bz2 infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.tar.lz infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.tar.xz infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.tar.zst infinity-for-reddit-6f34d854ea7552fadd9b22e934b45cd86ebc162b.zip |
Setting autoplay videos visible area offset is available. Remove Crashy because it will crash on some devices, such as Pixel Slate.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index e70eeda9..76f05962 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,10 +87,6 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.6' implementation 'me.zhanghai.android.fastscroll:library:1.1.2' implementation "com.thefuntasty.hauler:core:3.1.0" - // androidX startup for auto-init - implementation "androidx.startup:startup-runtime:1.0.0-alpha01" - //crashy - implementation 'com.github.CraZyLegenD:Crashy:1.0.3' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" |