diff --git a/README.md b/README.md
index 0a37d4e7c4f8ef4bc0c780238a732ad8757a924b..aee0a4e7c2fefda7e3887c221dcfe2f27fb8f3e3 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,8 @@ Authors of the previous version of Quasseldroid:
   CC0
 * [**Retrofit**](https://square.github.io/retrofit/)
   Apache-2.0
+* [**RecyclerView-FastScroll**](https://github.com/timusus/RecyclerView-FastScroll)
+  Apache-2.0
 * [**RxJava**](https://github.com/ReactiveX/RxJava)
   Apache-2.0
 * [**ThreeTen backport project**](http://www.threeten.org/threetenbp/)
diff --git a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
index 1a9b9d71cb76e0b172e0c30e4f98e6e09f0774c8..9394e8feb99cfdb349077bb79ea609416c5d3fc6 100644
--- a/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
+++ b/app/src/main/java/de/kuschku/quasseldroid/ui/clientsettings/about/AboutFragment.kt
@@ -288,6 +288,12 @@ class AboutFragment : DaggerFragment() {
         ),
         url = "https://github.com/ReactiveX/RxJava"
       ),
+      Library(
+        name = "RecyclerView-FastScroll",
+        version = "1.0.18",
+        license = apache2,
+        url = "https://github.com/timusus/RecyclerView-FastScroll"
+      ),
       Library(
         name = "Retrofit",
         version = "2.4.0",