Fix library description for Groupie license

This commit is contained in:
MM20
2021-09-27 11:18:20 +02:00
parent e3a2fd5e02
commit 69f11b98f2
@@ -110,7 +110,7 @@ val OpenSourceLicenses = arrayOf(
),
OpenSourceLibrary(
name = "Groupie",
description = "Easy to use material design dialogs",
description = "Groupie is a simple, flexible library for complex RecyclerView layouts.",
licenseName = R.string.mit_license_name,
licenseText = R.raw.license_mit,
url = "https://github.com/lisawray/groupie"