Skip to content
Snippets Groups Projects
Verified Commit 2463d092 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed library info

parent 07362976
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -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/)
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment