diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-17 16:01:15 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-17 16:01:15 +0000 |
commit | 25f2a35d227b299ff202969f614eab914bf8f6ec (patch) | |
tree | 3bdab2028e4d9245065a9b8c02e536edee838bef /app/build.gradle | |
parent | 502cbe02ba9ad397d616961bd7cb85ae66aced8e (diff) | |
download | infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.tar infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.tar.gz infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.tar.bz2 infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.tar.lz infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.tar.xz infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.tar.zst infinity-for-reddit-25f2a35d227b299ff202969f614eab914bf8f6ec.zip |
Reimplemented parsing comments using recursion to parse all the child comments. Reimplemented CommentRecyclerView (some methods need proper implementation. Minor bugs fixed.
Diffstat (limited to '')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4a6323e5..bf88d288 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,7 +61,6 @@ dependencies { implementation 'com.squareup.retrofit2:retrofit:2.5.0' implementation 'com.squareup.retrofit2:converter-scalars:2.4.0' implementation 'jp.wasabeef:glide-transformations:4.0.0' - implementation 'com.muditsen.multilevelrecyclerview:multilevelview:1.0.0' implementation 'com.google.dagger:dagger:2.17' annotationProcessor 'com.google.dagger:dagger-compiler:2.17' implementation 'com.jakewharton:butterknife:10.1.0' |