Update list of libraries in About screen

This commit is contained in:
cketti 2021-07-13 14:57:35 +02:00
parent 890b1a02d1
commit 51f486717b

View file

@ -104,6 +104,7 @@ class AboutFragment : Fragment() {
Library("jsoup", "https://jsoup.org/", "MIT License"),
Library("jutf7", "http://jutf7.sourceforge.net/", "MIT License"),
Library("JZlib", "http://www.jcraft.com/jzlib/", "BSD-style License"),
Library("Koin", "https://insert-koin.io/", "Apache License, Version 2.0"),
Library("Kotlin Standard Library", "https://kotlinlang.org/api/latest/jvm/stdlib/", "Apache License, Version 2.0"),
Library("KotlinX coroutines", "https://github.com/Kotlin/kotlinx.coroutines", "Apache License, Version 2.0"),
Library("Material Components for Android", "https://github.com/material-components/material-components-android", "Apache License, Version 2.0"),