diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-24 11:13:30 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-24 11:13:30 +0000 |
commit | 19e8cfbf15c3fae2722c9ca83167b8dcf509361e (patch) | |
tree | b4394fd32f1bea8bf6121ec3ce0c6595def424c1 /app/build.gradle | |
parent | d6088c032a2decaea88abe1be87d4dfeeeddd171 (diff) | |
download | infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.tar infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.tar.gz infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.tar.bz2 infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.tar.lz infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.tar.xz infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.tar.zst infinity-for-reddit-19e8cfbf15c3fae2722c9ca83167b8dcf509361e.zip |
Version 4.1.0. Disable red screen of death.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 09085e84..25cbdf73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -97,7 +97,7 @@ dependencies { implementation 'com.github.Piasy:BigImageViewer:1.6.5' implementation 'androidx.biometric:biometric:1.1.0-beta01' implementation 'com.airbnb.android:lottie:3.4.4' - implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2' + //implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2' def toroVersion = '3.7.0.2010003' implementation "im.ene.toro3:toro:$toroVersion" |