diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-01-26 11:49:45 +0530 |
---|---|---|
committer | Aditya Wasan <adityawasan55@gmail.com> | 2020-01-26 11:49:45 +0530 |
commit | 27e1952375eddaec78d7c95d3a431633ab4275c8 (patch) | |
tree | 93d217f1b235fcbe7e3824efc0845dcae44d1ad8 /app/build.gradle | |
parent | 052467518eb55798566d9f0eb7a07f09a4cc0a82 (diff) |
Add fastscroller with alphabetic hints (#616)
* Setup basic fast scroll
Work towards #558
* Implement PopupTextProvider
Fixes #558
* Update changes
* Hide system scrollbars
* Port fastscroll to autofill preferences
* Spotless
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
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 c73f9c13..fdc2347d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { implementation deps.androidx.material implementation deps.third_party.commons_io implementation deps.third_party.commons_codec - + implementation deps.third_party.fastscroll implementation(deps.third_party.jgit) { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } |